Another action logging fix

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6984 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-28 16:09:38 +00:00
parent ed133039cc
commit 995412ff59

View File

@ -792,8 +792,6 @@ sub process_actions3 () {
$level = '' unless defined $level;
$tag = '' unless defined $tag;
$level =~ s/!$//;
if ( $targets{$action} & BUILTIN ) {
$level = '' if $level =~ /none!?/;
$builtinops{$action}->($chainref, $level, $tag);