summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.filter_synchronize
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/rc.filter_synchronize')
-rwxr-xr-xsrc/etc/rc.filter_synchronize3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/etc/rc.filter_synchronize b/src/etc/rc.filter_synchronize
index c363ff2..a6f6aa7 100755
--- a/src/etc/rc.filter_synchronize
+++ b/src/etc/rc.filter_synchronize
@@ -212,7 +212,8 @@ function carp_sync_xml($sections) {
$rpc_client = new pfsense_xmlrpc_client();
$resp = $rpc_client->xmlrpc_method('restore_config_section', $xml);
if ($resp != null) {
- update_filter_reload_status("XMLRPC sync successfully completed with {$syncip}:{$port}.");
+ $url = $rpc_client->getUrl();
+ update_filter_reload_status("XMLRPC sync successfully completed with {$url}.");
return true;
}
return false;
OpenPOWER on IntegriCloud