mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
logs: unconvert adns wsi deref after potential close
This commit is contained in:
parent
55a7c6a0f4
commit
50f7bd4f6e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ lws_async_dns_complete(lws_adns_q_t *q, lws_adns_cache_t *c)
|
|||
*/
|
||||
if (w->adns_cb(w, (const char *)&q[1], c ? c->results : NULL, 0,
|
||||
q->opaque) == NULL)
|
||||
lwsl_wsi_info(w, "failed");
|
||||
lwsl_info("%s: failed\n", __func__);
|
||||
// lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS,
|
||||
// "adopt udp2 fail");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue