summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-09-18 04:49:29 +0000
committerColin Smith <colin@pfsense.org>2005-09-18 04:49:29 +0000
commit00090b132c61747e7d91453a084ccbaaea3562eb (patch)
treecb50496f43b1155b7cf22915e2510c9b56dbcbe9
parentc1ce9eb5c2a473b4cc4c0f08432fe00db4e27809 (diff)
downloadpfsense-00090b132c61747e7d91453a084ccbaaea3562eb.zip
pfsense-00090b132c61747e7d91453a084ccbaaea3562eb.tar.gz
Comment out second call to setCredentials.
-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 f7ca629..be8dcb4 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2416,7 +2416,7 @@ function carp_sync_client() {
$cli->send($msg);
/* signal a carp reload */
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure_xmlrpc', array(new XML_RPC_Value($carp['password'], 'string')));
- $cli->setCredentials($config['system']['username'], $carp['password']);
+ //$cli->setCredentials($config['system']['username'], $carp['password']);
$cli->send($msg);
}
}
OpenPOWER on IntegriCloud