Fix pushing
authorJamie Cameron <jcameron@webmin.com>
Wed, 29 Jun 2011 19:04:40 +0000 (15:04 -0400)
committerJamie Cameron <jcameron@webmin.com>
Wed, 29 Jun 2011 19:04:40 +0000 (15:04 -0400)
firewall/open-ports.pl

index e34918d..82dc74a 100755 (executable)
@@ -110,7 +110,7 @@ if (@added) {
        # Added some rules .. save them
        &run_before_command();
        &unlock_file($iptables_save_file);
-       &save_table($table);
+       &save_table($filter);
        &lock_file($iptables_save_file);
        &run_after_command();
        &copy_to_cluster();