X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=utils%2Fmountd%2Fmountd.c;h=c1d18d4cebc9b37b1f227d7de33fe1aaf4ccfaaf;hb=ba2d04e42f22276f0c990a4c2ce56c647ba9c235;hp=f40d3673792e39551d331c32ece94873118a531a;hpb=e6b281c7a032ccb2a0f71ef983e50bf80b261dc1;p=nfs-utils.git diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index f40d367..c1d18d4 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:nFd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF) + while ((c = getopt_long(argc, argv, "o:n:Fd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF) switch (c) { case 'o': descriptors = atoi(optarg);