mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 21:48:39 +01:00
Correct a comment
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8b90827611
commit
0763b27b0b
@ -2177,7 +2177,7 @@ sub split_list3( $$ ) {
|
|||||||
$element = join ',', $element , $_;
|
$element = join ',', $element , $_;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unless ( $opencount == 0 ) {
|
unless ( $opencount == 0 ) {
|
||||||
fatal_error "Invalid $type ($list)";
|
fatal_error "Invalid $type ($list)";
|
||||||
}
|
}
|
||||||
@ -2286,7 +2286,7 @@ sub clear_comment();
|
|||||||
# ensure that it has an appropriate number of columns.
|
# ensure that it has an appropriate number of columns.
|
||||||
# supply '-' in omitted trailing columns.
|
# supply '-' in omitted trailing columns.
|
||||||
# Handles all of the supported forms of column/pair specification
|
# Handles all of the supported forms of column/pair specification
|
||||||
# Handles segragating raw iptables input in INLINE rules
|
# Handles segragating raw iptables input in rules
|
||||||
#
|
#
|
||||||
sub split_line2( $$;$$$ ) {
|
sub split_line2( $$;$$$ ) {
|
||||||
my ( $description, $columnsref, $nopad, $maxcolumns, $inline ) = @_;
|
my ( $description, $columnsref, $nopad, $maxcolumns, $inline ) = @_;
|
||||||
|
Loading…
Reference in New Issue
Block a user