fix query crash

This commit is contained in:
Liu Jicong 2022-01-27 16:53:40 +08:00
parent 0712f87de0
commit 8a180a33b2
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ static int32_t mndProcessMqTimerMsg(SMnodeMsg *pMsg) {
STransAction action = {0};
action.epSet = pCEp->epSet;
action.pCont = buf;
action.contLen = tlen;
action.contLen = sizeof(SMsgHead) + tlen;
action.msgType = TDMT_VND_MQ_SET_CONN;
mndTransAppendRedoAction(pTrans, &action);