mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
61982b8501
commit
ea74dc8f24
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user