diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-01-02 08:40:25 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-01-02 08:40:25 -0200 |
commit | bdf71c5659ad14c22ca0395f87327a3963a7ffb3 (patch) | |
tree | 15c50ece03be5058fde66ccdc6ec0e732b22ffd1 /config | |
parent | e9ba9c13ea2a56ca9aa529f7d2f9fb19f02bdf09 (diff) | |
parent | 90e3a2b3636b8bda325ed66663bba6a6f126762b (diff) | |
download | pfsense-packages-bdf71c5659ad14c22ca0395f87327a3963a7ffb3.tar.gz pfsense-packages-bdf71c5659ad14c22ca0395f87327a3963a7ffb3.tar.bz2 pfsense-packages-bdf71c5659ad14c22ca0395f87327a3963a7ffb3.zip |
Merge pull request #764 from PiBa-NL/haproxy-devel_0_13
Diffstat (limited to 'config')
-rw-r--r-- | config/haproxy-devel/haproxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index 950d5f5b..9b758370 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -1259,6 +1259,7 @@ function haproxy_writeconf($configpath) { // Combine the rest of the frontend configs $default_backend = ""; + $config_usebackend = ""; $inspectdelay = 0; $i = 0; foreach ($bind['config'] as $frontend) { @@ -1285,7 +1286,6 @@ function haproxy_writeconf($configpath) { $a_acl_combine[$name][] = $entry['ref']; } - $config_usebackend = ""; foreach ($a_acl_combine as $a_usebackend) { $aclnames = ""; foreach ($a_usebackend as $entry) { |