forked from extern/shorewall_code
Allow pairs in braces to appear with ';;'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9869dd25d7
commit
2a12e0950a
@ -2417,6 +2417,10 @@ sub split_line2( $$;$$$ ) {
|
|||||||
fatal_error "Only one set of double semicolons (';;') allowed on a line" if defined $rest;
|
fatal_error "Only one set of double semicolons (';;') allowed on a line" if defined $rest;
|
||||||
|
|
||||||
$currline = $columns;
|
$currline = $columns;
|
||||||
|
#
|
||||||
|
# Remove trailing white space
|
||||||
|
#
|
||||||
|
$currline =~ s/\s*$//;
|
||||||
|
|
||||||
$inline_matches = $pairs;
|
$inline_matches = $pairs;
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user