diff --git a/lib/core/context.c b/lib/core/context.c index b768b0b80..308c53928 100644 --- a/lib/core/context.c +++ b/lib/core/context.c @@ -1377,7 +1377,7 @@ lws_create_context(const struct lws_context_creation_info *info) lwsl_err("%s: policy set failed\n", __func__); goto bail_libuv_aware; } - } else + } #else if (context->pss_policies) { /* user code set the policy objects directly, no parsing step */ @@ -1387,9 +1387,8 @@ lws_create_context(const struct lws_context_creation_info *info) lwsl_err("%s: policy set failed\n", __func__); goto bail_libuv_aware; } - } //else + } #endif - // lws_create_vhost(context, info); #endif lws_context_init_extensions(info, context);