diff --git a/src/rpc/src/rpcMain.c b/src/rpc/src/rpcMain.c index 4bfb30c03939a142ecdfe5895b1c3f20ba7600d9..6a1ec786ff65e5440889d822fb07bb3e436cb3ef 100755 --- a/src/rpc/src/rpcMain.c +++ b/src/rpc/src/rpcMain.c @@ -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); } } }