Do not pass the other items, for some reason it doesn't like them. This fixes reloading carp interfaces after sync

This commit is contained in:
Scott Ullrich 2006-01-15 21:37:20 +00:00
parent 61982b8501
commit ea74dc8f24

View File

@ -2144,7 +2144,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', array(new XML_RPC_Value($carp['password'], 'string')));
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure');
$cli->send($msg, "900");
}
}