From 995412ff590019587569f05d69ec717abfc0f93e Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 28 Jul 2007 16:09:38 +0000 Subject: [PATCH] Another action logging fix git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6984 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Actions.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall-perl/Shorewall/Actions.pm b/Shorewall-perl/Shorewall/Actions.pm index e442a7b67..5687ce8a0 100644 --- a/Shorewall-perl/Shorewall/Actions.pm +++ b/Shorewall-perl/Shorewall/Actions.pm @@ -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);