forked from extern/shorewall_code
Accept complex log levels with INLINE
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -1917,7 +1917,7 @@ sub split_line1( $$;$$ ) {
|
|||||||
#
|
#
|
||||||
fatal_error "Only one semicolon (';') allowed on a line" if defined $rest;
|
fatal_error "Only one semicolon (';') allowed on a line" if defined $rest;
|
||||||
|
|
||||||
if ( $currentline =~ /^\s*INLINE(?:\(.*\))?\s/) {
|
if ( $currentline =~ /^\s*INLINE(?:\(.*\)|:.*)?\s/) {
|
||||||
$inline_matches = $pairs;
|
$inline_matches = $pairs;
|
||||||
|
|
||||||
if ( $columns =~ /^(\s*|.*[^&@%]){(.*)}\s*$/ ) {
|
if ( $columns =~ /^(\s*|.*[^&@%]){(.*)}\s*$/ ) {
|
||||||
|
Reference in New Issue
Block a user