From 59d8f8f2c468701cd0362d57b0027bf415aaab68 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 13:04:04 +0200 Subject: haproxy_frontends.php - remove useless config_(un)lock calls This function does nothing but return. --- config/haproxy-legacy/haproxy_frontends.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/haproxy-legacy') diff --git a/config/haproxy-legacy/haproxy_frontends.php b/config/haproxy-legacy/haproxy_frontends.php index 1aef0b8f..6fdb97ff 100755 --- a/config/haproxy-legacy/haproxy_frontends.php +++ b/config/haproxy-legacy/haproxy_frontends.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); } -- cgit v1.2.3