From patchwork Wed Jan 5 15:37:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 453681 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p05FbBWa011854 for ; Wed, 5 Jan 2011 15:37:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751763Ab1AEPhL (ORCPT ); Wed, 5 Jan 2011 10:37:11 -0500 Received: from mail-yi0-f46.google.com ([209.85.218.46]:43164 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309Ab1AEPhK (ORCPT ); Wed, 5 Jan 2011 10:37:10 -0500 Received: by yib18 with SMTP id 18so3835203yib.19 for ; Wed, 05 Jan 2011 07:37:09 -0800 (PST) Received: by 10.100.58.7 with SMTP id g7mr6443874ana.161.1294241829702; Wed, 05 Jan 2011 07:37:09 -0800 (PST) Received: from salusa.poochiereds.net (cpe-071-070-153-003.nc.res.rr.com [71.70.153.3]) by mx.google.com with ESMTPS id c34sm30987979anc.30.2011.01.05.07.37.08 (version=SSLv3 cipher=RC4-MD5); Wed, 05 Jan 2011 07:37:09 -0800 (PST) From: Jeff Layton To: linux-cifs@vger.kernel.org Cc: Stefan Walter Subject: [PATCH] cifs.upcall: add 'l' to getopt_long string Date: Wed, 5 Jan 2011 10:37:05 -0500 Message-Id: <1294241825-9979-1-git-send-email-jlayton@samba.org> X-Mailer: git-send-email 1.7.3.4 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 05 Jan 2011 15:37:13 +0000 (UTC) diff --git a/cifs.upcall.c b/cifs.upcall.c index 648a138..1ffcd7c 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -680,7 +680,7 @@ int main(const int argc, char *const argv[]) openlog(prog, 0, LOG_DAEMON); - while ((c = getopt_long(argc, argv, "ctv", long_options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "cltv", long_options, NULL)) != -1) { switch (c) { case 'c': /* legacy option -- skip it */