aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy_listeners.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy/haproxy_listeners.php')
-rwxr-xr-xconfig/haproxy/haproxy_listeners.php2
1 files changed, 0 insertions, 2 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);
}