diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/haproxy/haproxy.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 97c5b5a1..31dd7ba5 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -300,7 +300,6 @@ function haproxy_do_xmlrpc_sync($sync_to_ip, $password) { } else { log_error("HAProxy XMLRPC sync successfully completed with {$url}:{$port}."); } -} /* tell haproxy to reload our settings on the destionation sync host. */ $method = 'pfsense.exec_php'; @@ -331,5 +330,6 @@ function haproxy_do_xmlrpc_sync($sync_to_ip, $password) { } else { log_error("HAProxy XMLRPC reload data success with {$url}:{$port} (pfsense.exec_php)."); } - +} + ?>
\ No newline at end of file |