mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: ssl: initialize explicitly the sni_ctx trees
This commit is contained in:
parent
4b989f2fac
commit
222a7c6ae0
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ static inline struct bind_conf *bind_conf_alloc(struct proxy *fe, const char *fi
|
||||||
bind_conf->xprt = xprt;
|
bind_conf->xprt = xprt;
|
||||||
bind_conf->frontend = fe;
|
bind_conf->frontend = fe;
|
||||||
bind_conf->severity_output = CLI_SEVERITY_NONE;
|
bind_conf->severity_output = CLI_SEVERITY_NONE;
|
||||||
|
bind_conf->sni_ctx = EB_ROOT;
|
||||||
|
bind_conf->sni_w_ctx = EB_ROOT;
|
||||||
|
|
||||||
LIST_INIT(&bind_conf->listeners);
|
LIST_INIT(&bind_conf->listeners);
|
||||||
return bind_conf;
|
return bind_conf;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue