From 67bb02fcf387d6b4af5ac0f72e9ca2572f020151 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 14:51:58 +0200 Subject: remove useless config_(un)lock calls round two --- config/haproxy/haproxy_global.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/haproxy/haproxy_global.php') diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 40b5cd90..5ea4010c 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.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); } else { -- cgit v1.2.3