aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ipfilter/tools/ippool.c5
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;