forked from extern/shorewall_code
Minor readability improvement
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
56d7b6248b
commit
fdadb57e82
@ -1728,7 +1728,7 @@ sub split_list2( $$ ) {
|
||||
}
|
||||
}
|
||||
} elsif ( ( $count = tr/)/)/ ) > 0 ) {
|
||||
fatal_error "Invalid $type ($list)" unless $element ne '';
|
||||
fatal_error "Invalid $type ($list)" if $element eq '';
|
||||
$element = join (':', $element, $_ );
|
||||
if ( ! ( $opencount -= $count ) ) {
|
||||
push @list2 , $element;
|
||||
|
Loading…
Reference in New Issue
Block a user