From 5e134b9edab5a2b529705db9d905d5c106eb9717 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 16 Mar 2005 05:37:19 +0000 Subject: rules -> filter --- packages/carp_sync_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/carp_sync_client.php b/packages/carp_sync_client.php index f7c9e90a..f94a04fe 100644 --- a/packages/carp_sync_client.php +++ b/packages/carp_sync_client.php @@ -41,7 +41,7 @@ if($already_processed != 1) fwrite($fout, $current_rules_section); fclose($fout); mwexec("/usr/bin/scp {$g['tmp_path']}/filter_section.txt root@{$synchronizetoip}:/tmp/"); - unlink("{$g['tmp_path']}/rules_section.txt"); + unlink("{$g['tmp_path']}/filter_section.txt"); } if($carp['synchronizenat'] <> "") { $current_nat_section = backup_config_section("nat"); -- cgit v1.2.3