1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

context creation: remove chance to create vhost twice

This commit is contained in:
Andy Green 2020-04-16 14:17:15 +01:00
parent e4c59e3a91
commit e3c6d9d6c1

View file

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