Message ID | 1294241825-9979-1-git-send-email-jlayton@samba.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 */