[BUG] x-original-to: fix missing initialization to default value

This commit is contained in:
Maik Broemme 2009-05-08 17:02:07 +02:00 committed by Willy Tarreau
parent 2850cb42b6
commit 36db02e6b1

View 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) {