X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=ipfw%2Fipfw2.c;fp=ipfw%2Fipfw2.c;h=e9b3fb39a7db3743f819f6836b9e9ee8e5d32e9a;hp=8d6ed872f818836671b5edaff8045df062ab7e23;hb=f1a44f1ebacf274e0f35970bfc8ee5aa07aa9aca;hpb=ecbf629b486a76fa4817cc73270af411eada5a1a diff --git a/ipfw/ipfw2.c b/ipfw/ipfw2.c index 8d6ed87..e9b3fb3 100644 --- a/ipfw/ipfw2.c +++ b/ipfw/ipfw2.c @@ -1816,7 +1816,6 @@ ipfw_list(int ac, char *av[], int show_counters) bcwidth = width; } } - if (co.do_dynamic && ndyn) { for (n = 0, d = dynrules; n < ndyn; n++, d++) { if (co.use_set) { @@ -1837,7 +1836,6 @@ ipfw_list(int ac, char *av[], int show_counters) bcwidth = width; } } - /* if no rule numbers were specified, list all rules */ if (ac == 0) { for (n = 0, r = data; n < nstat; n++, r = NEXT(r)) {