X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fmountd.c;h=ae5daa12fff4fc491c6707f74f6ed402f14fc595;hp=953891df30f5deac6b8111f62242220d79672dde;hb=317522198e1493fe0f1b10614ff2f3a582a9aaff;hpb=0f41eb8945d8116d69297dbd0aa748c02d580d36 diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index 953891d..ae5daa1 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -438,7 +438,7 @@ main(int argc, char **argv) /* Parse the command line options and arguments. */ opterr = 0; - while ((c = getopt_long(argc, argv, "on:Fd:f:p:P:hN:V:v", longopts, NULL)) != EOF) + while ((c = getopt_long(argc, argv, "o:n:Fd:f:p:P:hN:V:v", longopts, NULL)) != EOF) switch (c) { case 'o': descriptors = atoi(optarg);