fix query crash
This commit is contained in:
parent
0712f87de0
commit
8a180a33b2
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue