diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c index ae1d466f198..a51f6bae57d 100644 --- a/contrib/ipfilter/tools/ippool.c +++ b/contrib/ipfilter/tools/ippool.c @@ -663,7 +663,7 @@ poollist(argc, argv) poolname = NULL; role = IPL_LOGALL; - while ((c = getopt(argc, argv, "dm:M:N:o:Rt:v")) != -1) + while ((c = getopt(argc, argv, "dm:M:N:o:t:v")) != -1) switch (c) { case 'd' : @@ -690,9 +690,6 @@ poollist(argc, argv) case 'O' : pool_fields = parsefields(poolfields, optarg); break; - case 'R' : - opts |= OPT_NORESOLVE; - break; case 't' : type = gettype(optarg, NULL); if (type == IPLT_NONE) {