]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUG] x-original-to: fix missing initialization to default value
authorMaik Broemme <mbroemme@plusserver.de>
Fri, 8 May 2009 15:02:07 +0000 (17:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 May 2009 15:02:07 +0000 (17:02 +0200)
src/cfgparse.c

index 9fd40479f62567e4100ba7c156a109d6a6e9de0a..58e8407c6a4d003cdff26a493ab48ffbcfbe6e2a 100644 (file)
@@ -763,6 +763,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int inv)
                curproxy->lbprm.algo = defproxy.lbprm.algo;
                curproxy->except_net = defproxy.except_net;
                curproxy->except_mask = defproxy.except_mask;
+               curproxy->except_to = defproxy.except_to;
                curproxy->except_mask_to = defproxy.except_mask_to;
 
                if (defproxy.fwdfor_hdr_len) {