mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Porvide information for the filter reload status screen.
This commit is contained in:
parent
63f81fbd88
commit
7905df9831
@ -258,8 +258,10 @@ function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsens
|
||||
log_error($error);
|
||||
file_notice("sync_settings", $error, "Settings Sync", "");
|
||||
exit;
|
||||
} else
|
||||
} else {
|
||||
log_error("XMLRPC sync successfully completed with {$url}:{$port}.");
|
||||
update_filter_reload_status("XMLRPC sync successfully completed with {$url}:{$port}.");
|
||||
}
|
||||
$numberofruns = 3;
|
||||
}
|
||||
$numberofruns++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user