Merge pull request #7268 from taosdata/fix/TD-5612
[TD-5612]<fix> handle taos -h invalideFqdn
This commit is contained in:
commit
9012069075
|
@ -1133,7 +1133,7 @@ static void rpcNotifyClient(SRpcReqContext *pContext, SRpcMsg *pMsg) {
|
||||||
} else {
|
} else {
|
||||||
// for asynchronous API
|
// for asynchronous API
|
||||||
SRpcEpSet *pEpSet = NULL;
|
SRpcEpSet *pEpSet = NULL;
|
||||||
if (pContext->epSet.inUse != pContext->oldInUse || pContext->redirect)
|
//if (pContext->epSet.inUse != pContext->oldInUse || pContext->redirect)
|
||||||
pEpSet = &pContext->epSet;
|
pEpSet = &pContext->epSet;
|
||||||
|
|
||||||
(*pRpc->cfp)(pMsg, pEpSet);
|
(*pRpc->cfp)(pMsg, pEpSet);
|
||||||
|
|
Loading…
Reference in New Issue