From 9f8aebe33d7a65082bc417e41d262575833e1dbd Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 3 May 2007 00:56:36 +0000 Subject: [PATCH] Fix LOG rules in action files git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6205 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Actions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Actions.pm b/Shorewall-perl/Shorewall/Actions.pm index 3fb43c0ec..df50d8f71 100644 --- a/Shorewall-perl/Shorewall/Actions.pm +++ b/Shorewall-perl/Shorewall/Actions.pm @@ -411,7 +411,7 @@ sub process_action3( $$$$$ ) { } elsif ( $action2type & ACTION ) { $target2 = (find_logactionchain ( $target = $target2 ))->{name}; } else { - die "Internal Error" unless $action2type == MACRO; + die "Internal Error" unless $action2type == MACRO || $action2type & LOGRULE; } }