Fix LOG rules in action files

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6205 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-03 00:56:36 +00:00
parent 6ade694060
commit 9f8aebe33d

View File

@ -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;
}
}