From 3bab69ff45bd36d9e4d5a66de41c97224aba830f Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 8 Apr 2005 19:39:00 +0000 Subject: [PATCH] Minor cleanup of UPnP support git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2033 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 2e80517b8..8f579edc8 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -6431,7 +6431,7 @@ activate_rules() # are inserted before jumps to one-to-one NAT chains. # addrulejump() # $1 = BUILTIN chain, $2 = user chain, $3 - * other arguments - { + { local sourcechain=$1 destchain=$2 shift shift @@ -6446,7 +6446,7 @@ activate_rules() fi } - + # # Add jumps to early SNAT chains #