Fixed a bug (hanging process).

This commit is contained in:
Martin Preuss
2023-05-02 00:03:01 +02:00
parent 383e3ad93d
commit bcf1674b3b

View File

@@ -172,6 +172,7 @@ int _handleReadable(GWEN_MSG_ENDPOINT *ep, GWEN_UNUSED GWEN_MSG_ENDPOINT_MGR *em
DBG_INFO(GWEN_LOGDOMAIN, "here (%d)", rv); DBG_INFO(GWEN_LOGDOMAIN, "here (%d)", rv);
return rv; return rv;
} }
break;
} }
else if (rv>0) { else if (rv>0) {
/* complete msg received, add to list */ /* complete msg received, add to list */