From 2d1353a21dd6467294f4108d1e1c973e1355ad13 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 14 Jun 2017 02:42:38 +0000 Subject: [PATCH] Chase r319848: remove -v option from getopt() call. --- contrib/ipfilter/tools/ippool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c index 3ef5e347cda3..e204b0074098 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:FlrRsv")) + switch (getopt(argc, argv, "aAf:FlrRs")) { case 'a' : err = poolnodecommand(0, argc, argv);