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

context: fix compilation error

This commit is contained in:
Pavel Otchertsov 2021-10-07 14:29:01 +03:00 committed by Andy Green
parent a75fc1aae8
commit 05e9362df2

View file

@ -688,7 +688,7 @@ lws_create_context(const struct lws_context_creation_info *info)
context->lcg[LWSLCG_WSI_SERVER].tag_prefix = "wsisrv"; /* adopted */
#if defined(LWS_ROLE_H2) || defined(LWS_ROLE_MQTT)
context->lcg[LWSLCG_WSI_MUX].tag_prefix = "mux", /* a mux child wsi */
context->lcg[LWSLCG_WSI_MUX].tag_prefix = "mux"; /* a mux child wsi */
#endif
#if defined(LWS_WITH_CLIENT)