incorrect access fixed

This commit is contained in:
Saeed Maleki
2023-03-19 01:26:30 +00:00
parent a485a7f238
commit 4efc6e98db

View File

@@ -161,8 +161,6 @@ void* mscclppProxyServiceIb(void* _args) {
// Check if we need to exit
if (*run != MSCCLPP_PROXY_RUN_STATE_RUNNING) break;
}
// Poll to see if we are ready to send anything
readTrigger(&trigger, &fifo[*fifoTail]);
#if (MSCCLPP_PROXY_FLAG_SET_BY_RDMA == 0)
struct mscclppConn *conn = &comm->conns[trigger.fields.connId];