summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-05-31 13:50:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-05-31 13:50:00 -0400
commit456026b5425b64cba3d4632712c63a0c661a5e27 (patch)
tree37874b9956488619ac01812f45b14d9fb9d818cb /etc/rc.filter_synchronize
parent485b1ca5ce2429d334b2d8de19a772752ab63b12 (diff)
downloadpfsense-456026b5425b64cba3d4632712c63a0c661a5e27.zip
pfsense-456026b5425b64cba3d4632712c63a0c661a5e27.tar.gz
Use pfsense.restore_config_section
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 6acadc0..af0e5cc 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -390,7 +390,7 @@ if (is_array($config['installedpackages']['carpsettings']['config'])) {
update_filter_reload_status("Signaling CARP reload signal...");
carp_sync_xml($synchronizetoip, $carp['password'], $sections, $port);
if (is_array($mergesections))
- carp_sync_xml($synchronizetoip, $carp['password'], $mergesections, $port, 'pfsense.merge_config_section');
+ carp_sync_xml($synchronizetoip, $carp['password'], $mergesections, $port, 'pfsense.restore_config_section');
$cli = new XML_RPC_Client('/xmlrpc.php', $synchronizetoip, $port);
$params = array(
XML_RPC_encode($carp['password'])
OpenPOWER on IntegriCloud