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);
|
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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user