Correct rule processing bug in 1.3.7

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@212 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-08-23 01:55:51 +00:00
parent d4190c5892
commit 2ef1dbf0af
3 changed files with 3 additions and 3 deletions

View File

@ -1661,7 +1661,7 @@ add_a_rule()
multiport="$multioption"
dports="--dports"
fi
dports="$dports $ports"
dports="$dports $port"
fi
if [ -n "$cport" -a "x${cport}" != "x-" ]; then

View File

@ -1661,7 +1661,7 @@ add_a_rule()
multiport="$multioption"
dports="--dports"
fi
dports="$dports $ports"
dports="$dports $port"
fi
if [ -n "$cport" -a "x${cport}" != "x-" ]; then

View File

@ -1661,7 +1661,7 @@ add_a_rule()
multiport="$multioption"
dports="--dports"
fi
dports="$dports $ports"
dports="$dports $port"
fi
if [ -n "$cport" -a "x${cport}" != "x-" ]; then