commit | ab3410c65d201638719324405c8ff9f50bd382c9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 12 12:17:30 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 16:23:46 2021 +0100 |
tree | 35f532221c6d5a22e03adc04670574837b075c9a | |
parent | 5d095c2fac7231cedfdab068840d9dd2aa9a2be0 [diff] |
MINOR: cfgparse: use a pointer to the current default proxy In order to make the default proxy configurable, we'll need to have a pointer to it which might differ from &defproxy. cfg_parse_listen() now gets curr_defproxy for this.