This commit is contained in:
Jeff Tao 2020-02-20 08:21:09 +08:00
parent 93f6cd34a6
commit 20003818b5
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ static void rpcProcessIncomingMsg(SRpcConn *pConn, SRpcHead *pHead) {
rpcFreeOutMsg(rpcHeadFromCont(pContext->pCont)); // free the request msg
if ( pRpc->ufp && (pContext->ipSet.index != pContext->oldIndex || pContext->redirect) )
(*pRpc->ufp)(pContext->ahandle, pContext->ipSet); // notify the update of ipSet
(*pRpc->cfp)(pHead->msgType, pCont, contLen, pContext->ahandle, pContext->ipSet.index);
(*pRpc->cfp)(pHead->msgType, pCont, contLen, pContext->ahandle, code);
}
}
}