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:
parent
a75fc1aae8
commit
05e9362df2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue