diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-06-14 02:41:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-06-14 02:41:22 +0000 |
commit | 40ad94e00a4fe0f86d76d30f9807c1c1f24f3643 (patch) | |
tree | 15054b754c8558471576cbe0e6abc9e780b213b3 /contrib/ipfilter | |
parent | e6b01ed73a2afc408792ef181e4689421d87f105 (diff) | |
download | src-test2-40ad94e00a4fe0f86d76d30f9807c1c1f24f3643.tar.gz src-test2-40ad94e00a4fe0f86d76d30f9807c1c1f24f3643.zip |
Notes
Diffstat (limited to 'contrib/ipfilter')
-rw-r--r-- | contrib/ipfilter/tools/ippool.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c index 2958d4077e14..3ef5e347cda3 100644 --- a/contrib/ipfilter/tools/ippool.c +++ b/contrib/ipfilter/tools/ippool.c @@ -99,7 +99,7 @@ main(argc, argv) assigndefined(getenv("IPPOOL_PREDEFINED")); - switch (getopt(argc, argv, "aAf:FlnrRsv")) + switch (getopt(argc, argv, "aAf:FlrRsv")) { case 'a' : err = poolnodecommand(0, argc, argv); @@ -116,9 +116,6 @@ main(argc, argv) case 'l' : err = poollist(argc, argv); break; - case 'n' : - opts |= OPT_DONOTHING|OPT_DONTOPEN; - break; case 'r' : err = poolnodecommand(1, argc, argv); break; |