mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-11 05:48:41 +00:00
MINOR: ssl: initialize explicitly the sni_ctx trees
This commit is contained in:
parent
4b989f2fac
commit
222a7c6ae0
@ -157,6 +157,8 @@ static inline struct bind_conf *bind_conf_alloc(struct proxy *fe, const char *fi
|
||||
bind_conf->xprt = xprt;
|
||||
bind_conf->frontend = fe;
|
||||
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);
|
||||
return bind_conf;
|
||||
|
Loading…
Reference in New Issue
Block a user