mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 03:34:31 +01:00
Correct typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ba3dba78ff
commit
8f86e2df19
@ -2134,7 +2134,7 @@ sub split_line2( $$;$$$ ) {
|
||||
( $columns, $pairs, $rest ) = split ';;', $currline;
|
||||
|
||||
if ( defined $pairs ) {
|
||||
fatal_error "Only one set of double semicolons (';;') allowed on a line" if define $rest;
|
||||
fatal_error "Only one set of double semicolons (';;') allowed on a line" if defined $rest;
|
||||
|
||||
$currline = $columns;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user