aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_sync_client.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/carp_sync_client.php')
-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 247b60df..12f54afc 100644
--- a/packages/carp_sync_client.php
+++ b/packages/carp_sync_client.php
@@ -32,7 +32,7 @@ if($config['installedpackages']['carpsettings']['config'] != "") {
if($carp['synchronizerules'] <> "" and $carp['synchronizetoip'] <> "" ) {
/* lets sync! */
$synchronizetoip = $carp['synchronizetoip'];
- $current_rules_section = backup_config_section("rules");
+ $current_rules_section = backup_config_section("filter");
$current_nat_section = backup_config_section("nat");
$current_aliases_section = backup_config_section("aliases");
/* generate firewall rules xml */