Correct ill-advised change to push_matches()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-04-17 07:30:17 -07:00
parent 52ebca3fe1
commit 44c8ef2ede

View File

@ -1180,7 +1180,7 @@ sub push_matches {
my $dont_optimize = 0;
while ( @_ ) {
my ( $option, $value ) = @_;
my ( $option, $value ) = ( shift, shift );
assert( defined $value );