Fixed a bug.
This commit is contained in:
@@ -232,6 +232,7 @@ void _distributeMsg(AQH_MSG_ENDPOINT_MGR *emgr, AQH_MSG_ENDPOINT *srcEp, const A
|
||||
|
||||
ep=AQH_MsgEndpoint_List_First(emgr->endpointList);
|
||||
while(ep) {
|
||||
if (ep!=srcEp) {
|
||||
uint32_t acceptedGroupIds;
|
||||
uint32_t acceptedMsgGroups;
|
||||
|
||||
@@ -246,6 +247,7 @@ void _distributeMsg(AQH_MSG_ENDPOINT_MGR *emgr, AQH_MSG_ENDPOINT *srcEp, const A
|
||||
/* endpoint accepts this message */
|
||||
AQH_MsgEndpoint_AddSendMessage(ep, AQH_Msg_dup(msg));
|
||||
}
|
||||
}
|
||||
ep=AQH_MsgEndpoint_List_Next(ep);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user