diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-16 05:37:19 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-16 05:37:19 +0000 |
commit | 5e134b9edab5a2b529705db9d905d5c106eb9717 (patch) | |
tree | afaac47d8805a36d9be01f38726ba8ad47756426 /packages | |
parent | bb0b58904a40cd007995fbfd9529398cd4b0417a (diff) | |
download | pfsense-packages-5e134b9edab5a2b529705db9d905d5c106eb9717.tar.gz pfsense-packages-5e134b9edab5a2b529705db9d905d5c106eb9717.tar.bz2 pfsense-packages-5e134b9edab5a2b529705db9d905d5c106eb9717.zip |
rules -> filter
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_sync_client.php | 2 |
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"); |