Fix pushing

This commit is contained in:
Jamie Cameron
2011-06-29 15:02:09 -04:00
parent 8980e0bcc8
commit 25bdebfba6

View File

@@ -102,7 +102,7 @@ PORT: foreach $p (@ARGV) {
else {
$r->{'dport'} = [ "", $p ];
}
unshift(@{$filter->{'files'}}, $r);
unshift(@{$filter->{'rules'}}, $r);
push(@added, $p);
}