forked from extern/shorewall_code
Correct ill-advised change to push_matches()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -1180,7 +1180,7 @@ sub push_matches {
|
||||
my $dont_optimize = 0;
|
||||
|
||||
while ( @_ ) {
|
||||
my ( $option, $value ) = @_;
|
||||
my ( $option, $value ) = ( shift, shift );
|
||||
|
||||
assert( defined $value );
|
||||
|
||||
|
Reference in New Issue
Block a user