From 99f38dbf4cf4d378f951a723b18160a1610cb8e2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 20 Nov 2009 17:24:21 -0500 Subject: Move haproxy reload code inside function. Major doh to me. --- config/haproxy/haproxy.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/haproxy') 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 -- cgit v1.2.3