fix(test): fix syntax error.
This commit is contained in:
parent
cdeb4462fb
commit
64ae35affe
|
@ -92,7 +92,11 @@ SRpcMsg buildHbReq() {
|
|||
}
|
||||
tEncoderClear(&encoder);
|
||||
|
||||
initRpcMsg(&msg1, TDMT_MND_STREAM_HEARTBEAT, buf, tlen);
|
||||
{
|
||||
msg1.msgType = TDMT_MND_STREAM_HEARTBEAT;
|
||||
msg1.pCont = buf;
|
||||
msg1.contLen = tlen;
|
||||
}
|
||||
|
||||
taosArrayDestroy(msg.pTaskStatus);
|
||||
return msg1;
|
||||
|
|
Loading…
Reference in New Issue