From 1c6c8607d022694cca107941df026479810cfb19 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 30 Aug 2006 22:29:50 +0000 Subject: [PATCH] Fix silly typo git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4493 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 846886b13..675e6a88e 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -395,7 +395,8 @@ ensurenatchain() # $1 = chain name } # -# Add a rule to a nat chain creating the chain if necessary +# Add a rule to a nat chain creating the chain if necessary%attr(0444,root,root) /usr/share/shorewall/lib.accounting + # addnatrule() # $1 = chain name, remainder of arguments specify the rule { @@ -444,7 +445,7 @@ validate_policy() none) ;; *) - if ! list_search $default USEDACTIONS; then + if ! list_search $default $USEDACTIONS; then if ! list_search $default $DEFAULT_MACROS; then if [ ! -f $(find_file macro.$default) ]; then fatal_error "Default Action/Macro $var=$default not found"