fix crash while run CI
This commit is contained in:
parent
37b6ea6233
commit
dd4af3274d
|
@ -383,6 +383,7 @@ void dndCleanupTrans(SDnode *pDnode) {
|
|||
|
||||
void dndSendMsgToDnode(SDnode *pDnode, SEpSet *pEpSet, SRpcMsg *pMsg) {
|
||||
STransMgmt *pMgmt = &pDnode->tmgmt;
|
||||
if (pMgmt->clientRpc == NULL) return;
|
||||
rpcSendRequest(pMgmt->clientRpc, pEpSet, pMsg, NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue