svn commit: r353077 - stable/11/contrib/ipfilter/tools
Cy Schubert
cy at FreeBSD.org
Fri Oct 4 01:43:46 UTC 2019
Author: cy
Date: Fri Oct 4 01:43:45 2019
New Revision: 353077
URL: https://svnweb.freebsd.org/changeset/base/353077
Log:
MFC r319810:
Remove redundant assignment of infile from optarg in loadpoolfile()
which was previously assigned from optarg in the argument list from
main().
Modified:
stable/11/contrib/ipfilter/tools/ippool.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/contrib/ipfilter/tools/ippool.c
==============================================================================
--- stable/11/contrib/ipfilter/tools/ippool.c Fri Oct 4 01:41:29 2019 (r353076)
+++ stable/11/contrib/ipfilter/tools/ippool.c Fri Oct 4 01:43:45 2019 (r353077)
@@ -355,8 +355,6 @@ loadpoolfile(argc, argv, infile)
{
int c;
- infile = optarg;
-
while ((c = getopt(argc, argv, "dnRuv")) != -1)
switch (c)
{
More information about the svn-src-stable-11
mailing list