Revision 00090b13
Added by Colin Smith almost 20 years ago
etc/inc/filter.inc | ||
---|---|---|
2416 | 2416 |
$cli->send($msg); |
2417 | 2417 |
/* signal a carp reload */ |
2418 | 2418 |
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure_xmlrpc', array(new XML_RPC_Value($carp['password'], 'string'))); |
2419 |
$cli->setCredentials($config['system']['username'], $carp['password']); |
|
2419 |
//$cli->setCredentials($config['system']['username'], $carp['password']);
|
|
2420 | 2420 |
$cli->send($msg); |
2421 | 2421 |
} |
2422 | 2422 |
} |
Also available in: Unified diff
Comment out second call to setCredentials.