summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-13 18:15:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-13 18:15:39 +0000
commit77482402b1a1240de8060951039ee47393b9e6ac (patch)
tree757d7e13a52cd6c5d3a6e4a9572ee751d906c1cb /etc
parent6212658ffa71a43702ddc1c3bf5f75d06a04e514 (diff)
downloadpfsense-77482402b1a1240de8060951039ee47393b9e6ac.zip
pfsense-77482402b1a1240de8060951039ee47393b9e6ac.tar.gz
Pass correct method
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 517b8b6..d92c516 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2417,7 +2417,7 @@ function carp_sync_client() {
$sections[] = new XML_RPC_Value('load_balancer', 'string');
}
if(count($sections) > 0) {
- carp_sync_xml($synchronizetoip, $carp['password'], $sections, $sections_xml, false, $port);
+ carp_sync_xml($synchronizetoip, $carp['password'], $sections, $sections_xml, 'pfsense.restore_config_section', $port);
$cli = new XML_RPC_Client('/xmlrpc.php', $synchronizetoip, $port);
$msg = new XML_RPC_Message('pfsense.filter_configure', array(new XML_RPC_Value($carp['password'], 'string')));
$cli->setCredentials('admin', $carp['password']);
OpenPOWER on IntegriCloud