X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fmountd.c;h=971e4f4e2be8ca774328aed24c921bdea4f7edcc;hp=f785ef23e6a75a45727081c5a8d217595139812b;hb=8b064fcf464aaf3717d8940f97a7d3f8bf21de1a;hpb=6d7abc3856e3333a481c81809875acb2d694b504;ds=sidebyside diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index f785ef2..971e4f4 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -399,7 +399,7 @@ main(int argc, char **argv) /* Parse the command line options and arguments. */ opterr = 0; - while ((c = getopt_long(argc, argv, "o:Fd:f:p:P:hN:V:v", longopts, NULL)) != EOF) + while ((c = getopt_long(argc, argv, "on:Fd:f:p:P:hN:V:v", longopts, NULL)) != EOF) switch (c) { case 'o': descriptors = atoi(optarg);