From ea7a711c40ebe0a245464046c714dd6d81f31620 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 13:06:57 +0200 Subject: haproxy_pools.php - remove useless config_(un)lock calls This function does nothing but return. --- config/haproxy/haproxy_pools.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/haproxy') 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); } -- cgit v1.2.3