Date: Wed, 25 Jan 2017 20:59:23 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312780 - head/contrib/ipfilter/tools Message-ID: <201701252059.v0PKxNsJ006302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Jan 25 20:59:23 2017 New Revision: 312780 URL: https://svnweb.freebsd.org/changeset/base/312780 Log: Remove extraneous blank line. MFC after: 2 weeks X-MFC with: r312777 Modified: head/contrib/ipfilter/tools/ipf.c Modified: head/contrib/ipfilter/tools/ipf.c ============================================================================== --- head/contrib/ipfilter/tools/ipf.c Wed Jan 25 20:59:06 2017 (r312779) +++ head/contrib/ipfilter/tools/ipf.c Wed Jan 25 20:59:23 2017 (r312780) @@ -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'))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701252059.v0PKxNsJ006302>