diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-01-25 20:59:23 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-01-25 20:59:23 +0000 |
| commit | 26594bd1ee12bdcdbc54f6c53b029f913fb55d6f (patch) | |
| tree | 0473ddb848c970f00da5df446f53e6990bf34368 /contrib/ipfilter | |
| parent | 080b7108890196477ab7e1eb7aca0f8eccb4a408 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/tools/ipf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ipfilter/tools/ipf.c b/contrib/ipfilter/tools/ipf.c index a3c0b2bff04b8..5de031c8954d3 100644 --- a/contrib/ipfilter/tools/ipf.c +++ b/contrib/ipfilter/tools/ipf.c @@ -409,7 +409,6 @@ static void flushfilter(arg, filter) closedevice(); return; } - else if (strchr(arg, 'i') || strchr(arg, 'I')) fl = FR_INQUE; else if (strchr(arg, 'o') || strchr(arg, 'O')) |
