mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-08 06:17:26 +00:00
[BUG] x-original-to: fix missing initialization to default value
This commit is contained in:
parent
2850cb42b6
commit
36db02e6b1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user