From 24ed025834656c24ca4237a17a48eca7a1dd0b79 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 10 Aug 2003 16:22:19 +0000 Subject: [PATCH] Conditionally create accounting chain git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@697 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 565754607..cd391ae69 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1857,7 +1857,6 @@ process_accounting_rule() { if iptables -A accounting $rule ; then [ "x$rule2" != x ] && run_iptables -A accounting $rule2 echo " Accounting rule" $action $source $dest $proto $port $sport Added - fi else accounting_error fi