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

coverity: 62147: setting retcode var is cruft

This commit is contained in:
Andy Green 2020-08-18 13:22:31 +01:00
parent 76ee92afb4
commit 9679222070

View file

@ -160,7 +160,6 @@ drain:
lwsl_notice("%s: lws_read_mqtt returned %d\n",
__func__, n);
/* we closed wsi */
n = 0;
goto fail;
}
// lws_buflist_describe(&wsi->buflist, wsi, __func__);