aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-16 05:37:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-16 05:37:19 +0000
commit5e134b9edab5a2b529705db9d905d5c106eb9717 (patch)
treeafaac47d8805a36d9be01f38726ba8ad47756426
parentbb0b58904a40cd007995fbfd9529398cd4b0417a (diff)
downloadpfsense-packages-5e134b9edab5a2b529705db9d905d5c106eb9717.tar.gz
pfsense-packages-5e134b9edab5a2b529705db9d905d5c106eb9717.tar.bz2
pfsense-packages-5e134b9edab5a2b529705db9d905d5c106eb9717.zip
rules -> filter
-rw-r--r--packages/carp_sync_client.php2
1 files changed, 1 insertions, 1 deletions
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");