Fixed a bug (hanging process).
This commit is contained in:
@@ -172,6 +172,7 @@ int _handleReadable(GWEN_MSG_ENDPOINT *ep, GWEN_UNUSED GWEN_MSG_ENDPOINT_MGR *em
|
||||
DBG_INFO(GWEN_LOGDOMAIN, "here (%d)", rv);
|
||||
return rv;
|
||||
}
|
||||
break;
|
||||
}
|
||||
else if (rv>0) {
|
||||
/* complete msg received, add to list */
|
||||
|
||||
Reference in New Issue
Block a user