summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-21 21:39:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-21 21:39:20 +0000
commit7392a31f823bffe44dd768fe884ecfff525850a1 (patch)
tree76a03ad020b341124fdd4ad40423547e1c131b92 /etc
parent44837e6bbbacb32934a1adb8ce180cf2c2f4921f (diff)
downloadpfsense-7392a31f823bffe44dd768fe884ecfff525850a1.zip
pfsense-7392a31f823bffe44dd768fe884ecfff525850a1.tar.gz
MFC 8573
Use correct method. 'interfaces_carp_configure_xmlrpc' is used by the server but is not exposed.
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 df0ee2a..32bf024 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2107,7 +2107,7 @@ function carp_sync_client() {
$cli->setCredentials('admin', $carp['password']);
$cli->send($msg, "900");
/* signal a carp reload */
- $msg = new XML_RPC_Message('pfsense.interfaces_carp_configure_xmlrpc', array(new XML_RPC_Value($carp['password'], 'string')));
+ $msg = new XML_RPC_Message('pfsense.interfaces_carp_configure', array(new XML_RPC_Value($carp['password'], 'string')));
$cli->send($msg, "900");
}
}
OpenPOWER on IntegriCloud