From e3c6d9d6c1d5d07d7934e463ec71fecb4b9a4835 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 16 Apr 2020 14:17:15 +0100 Subject: [PATCH] context creation: remove chance to create vhost twice --- lib/core/context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/context.c b/lib/core/context.c index 4c2a48e7b..f7a8c9077 100644 --- a/lib/core/context.c +++ b/lib/core/context.c @@ -862,9 +862,9 @@ lws_create_context(const struct lws_context_creation_info *info) lwsl_err("%s: policy set failed\n", __func__); goto bail; } - } else + } //else #endif - lws_create_vhost(context, info); + // lws_create_vhost(context, info); #endif lws_context_init_extensions(info, context);