aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-11 08:23:43 -0300
committerRenato Botelho <renato@netgate.com>2015-08-11 08:23:43 -0300
commitac41b35988091a163b5a4e55dc358becdae3de7a (patch)
tree6a41d7b0aeba59113a0393dcb3d5bf7dfc717445 /config/haproxy
parentc6e18d38e9ad1e0919bbdfc659f4b6b7ace1a87f (diff)
parent9b36d6b6c1f95574b15dff4e9e8ba794d4502a73 (diff)
downloadpfsense-packages-ac41b35988091a163b5a4e55dc358becdae3de7a.tar.gz
pfsense-packages-ac41b35988091a163b5a4e55dc358becdae3de7a.tar.bz2
pfsense-packages-ac41b35988091a163b5a4e55dc358becdae3de7a.zip
Merge pull request #984 from doktornotor/patch-26
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_listeners.php2
-rwxr-xr-xconfig/haproxy/haproxy_pools.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/config/haproxy/haproxy_listeners.php b/config/haproxy/haproxy_listeners.php
index a5bc9a22..adc0178c 100755
--- a/config/haproxy/haproxy_listeners.php
+++ b/config/haproxy/haproxy_listeners.php
@@ -45,9 +45,7 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
- config_lock();
$retval = haproxy_configure();
- config_unlock();
$savemsg = get_std_save_message($retval);
unlink_if_exists($d_haproxyconfdirty_path);
}
diff --git a/config/haproxy/haproxy_pools.php b/config/haproxy/haproxy_pools.php
index a0bf75a2..aed3c3e6 100755
--- a/config/haproxy/haproxy_pools.php
+++ b/config/haproxy/haproxy_pools.php
@@ -49,9 +49,7 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
- config_lock();
$retval = haproxy_configure();
- config_unlock();
$savemsg = get_std_save_message($retval);
unlink_if_exists($d_haproxyconfdirty_path);
}