From 40dd45abb9389cf69e35b4f552249d7ba5721e0f Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 16 Sep 2004 15:42:26 +0000 Subject: [PATCH] Correct comment git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1625 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 9f9fc2f7d..1853c41ea 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -483,7 +483,7 @@ dnat_chain() # $1 = zone # # SNAT Chain to a zone or from an interface # -snat_chain() # $1 = zone +snat_chain() # $1 = zone or interface { echo $(chain_base $1)_snat }