diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-11 11:53:10 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-11 11:53:10 -0300 |
commit | 3faf4d8c63981742cf7d6a99c41c9e39d815db0d (patch) | |
tree | 655166f28159c9630a5c13e078f7aa54411cd6c7 /config/haproxy-legacy | |
parent | c0ab8887bdfff3064351e598840bdce35a174fbd (diff) | |
parent | 0767305b6d3ba9725d138d6cd8d65fe610e85201 (diff) | |
download | pfsense-packages-3faf4d8c63981742cf7d6a99c41c9e39d815db0d.tar.gz pfsense-packages-3faf4d8c63981742cf7d6a99c41c9e39d815db0d.tar.bz2 pfsense-packages-3faf4d8c63981742cf7d6a99c41c9e39d815db0d.zip |
Merge pull request #989 from doktornotor/patch-2
Diffstat (limited to 'config/haproxy-legacy')
-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 { |