Reported-by: Stefan Walter <walteste@xxxxxxxxxxx> Signed-off-by: Jeff Layton <jlayton@xxxxxxxxx> --- cifs.upcall.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 */ -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html