diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-11 14:54:21 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-11 14:54:21 +0200 |
commit | 9827cc604ced05548643619f4fce8438c82cbdbf (patch) | |
tree | dcb1b893cc9e4bcc16adfa152dfafecd9925f108 /config | |
parent | 0b4f7dcbafb5b4d612c2b4cd45b5733387247cdd (diff) | |
download | pfsense-packages-9827cc604ced05548643619f4fce8438c82cbdbf.tar.gz pfsense-packages-9827cc604ced05548643619f4fce8438c82cbdbf.tar.bz2 pfsense-packages-9827cc604ced05548643619f4fce8438c82cbdbf.zip |
remove useless config_(un)lock calls round two
Diffstat (limited to 'config')
-rwxr-xr-x | config/haproxy-legacy/haproxy_global.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/haproxy-legacy/haproxy_global.php b/config/haproxy-legacy/haproxy_global.php index 4ea03c75..59d26503 100755 --- a/config/haproxy-legacy/haproxy_global.php +++ b/config/haproxy-legacy/haproxy_global.php @@ -46,9 +46,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 { |