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:
parent
52ebca3fe1
commit
44c8ef2ede
@ -1180,7 +1180,7 @@ sub push_matches {
|
||||
my $dont_optimize = 0;
|
||||
|
||||
while ( @_ ) {
|
||||
my ( $option, $value ) = @_;
|
||||
my ( $option, $value ) = ( shift, shift );
|
||||
|
||||
assert( defined $value );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user