aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-11 14:51:58 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-11 14:51:58 +0200
commit67bb02fcf387d6b4af5ac0f72e9ca2572f020151 (patch)
treefe942575b25524b20183324010bd584852ab817e /config/haproxy
parentcc096698792f9d4967521ccd7254a5659a54c747 (diff)
downloadpfsense-packages-67bb02fcf387d6b4af5ac0f72e9ca2572f020151.tar.gz
pfsense-packages-67bb02fcf387d6b4af5ac0f72e9ca2572f020151.tar.bz2
pfsense-packages-67bb02fcf387d6b4af5ac0f72e9ca2572f020151.zip
remove useless config_(un)lock calls round two
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_global.php2
1 files changed, 0 insertions, 2 deletions
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 {