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);