Minor cleanup of UPnP support

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2033 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-04-08 19:39:00 +00:00
parent af35f458f4
commit 3bab69ff45

View File

@ -6431,7 +6431,7 @@ activate_rules()
# are inserted before jumps to one-to-one NAT chains. # are inserted before jumps to one-to-one NAT chains.
# #
addrulejump() # $1 = BUILTIN chain, $2 = user chain, $3 - * other arguments addrulejump() # $1 = BUILTIN chain, $2 = user chain, $3 - * other arguments
{ {
local sourcechain=$1 destchain=$2 local sourcechain=$1 destchain=$2
shift shift
shift shift
@ -6446,7 +6446,7 @@ activate_rules()
fi fi
} }
# #
# Add jumps to early SNAT chains # Add jumps to early SNAT chains
# #