MINOR: ssl: initialize explicitly the sni_ctx trees
diff --git a/include/proto/listener.h b/include/proto/listener.h
index b245d6e..761bff1 100644
--- a/include/proto/listener.h
+++ b/include/proto/listener.h
@@ -157,6 +157,8 @@
 	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;