X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fmountd.c;h=f40d3673792e39551d331c32ece94873118a531a;hp=c1d18d4cebc9b37b1f227d7de33fe1aaf4ccfaaf;hb=c52c3bae6e24afb631430161d6bcd318b4467600;hpb=95aa4adaec0f6543a5fb9db112953d8ec9a100ff diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index c1d18d4..f40d367 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -558,7 +558,7 @@ main(int argc, char **argv) /* Parse the command line options and arguments. */ opterr = 0; - while ((c = getopt_long(argc, argv, "o:n:Fd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF) + while ((c = getopt_long(argc, argv, "o:nFd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF) switch (c) { case 'o': descriptors = atoi(optarg);