fixbug crash

This commit is contained in:
yihaoDeng 2021-04-09 15:01:29 +08:00
parent 3a14b45f40
commit 1511e0c32f
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ static void rpcProcessConnError(void *param, void *id) {
tDebug("%s %p, connection error happens", pRpc->label, pContext->ahandle);
if (pContext->numOfTry >= pContext->epSet.numOfEps
|| pContex->msgType == TSDB_MSG_TYPE_FETCH) {
|| pContext->msgType == TSDB_MSG_TYPE_FETCH) {
rpcMsg.msgType = pContext->msgType+1;
rpcMsg.ahandle = pContext->ahandle;
rpcMsg.code = pContext->code;