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