[TD-5612]<fix> handle taos -h invalideFqdn

This commit is contained in:
yihaoDeng 2021-08-08 03:20:14 +08:00
parent f73d68a50b
commit a3036f5f3e
1 changed files with 2 additions and 2 deletions

View File

@ -1133,8 +1133,8 @@ static void rpcNotifyClient(SRpcReqContext *pContext, SRpcMsg *pMsg) {
} else {
// for asynchronous API
SRpcEpSet *pEpSet = NULL;
if (pContext->epSet.inUse != pContext->oldInUse || pContext->redirect)
pEpSet = &pContext->epSet;
//if (pContext->epSet.inUse != pContext->oldInUse || pContext->redirect)
pEpSet = &pContext->epSet;
(*pRpc->cfp)(pMsg, pEpSet);
}