mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
WITH_STATS: remove accidental dependency on ssl
This commit is contained in:
parent
34ef9743d2
commit
eb7233ae97
1 changed files with 2 additions and 1 deletions
|
@ -3470,7 +3470,8 @@ lws_stats_log_dump(struct lws_context *context)
|
|||
#endif
|
||||
|
||||
while (v) {
|
||||
if (v->use_ssl && v->lserv_wsi) {
|
||||
if (v->lserv_wsi) {
|
||||
|
||||
struct lws_context_per_thread *pt = &context->pt[(int)v->lserv_wsi->tsi];
|
||||
struct lws_pollfd *pfd;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue