fix compile error
This commit is contained in:
parent
a5c1f11b04
commit
37d79af7b9
|
@ -1352,7 +1352,7 @@ bool cliConnMayAddUserInfo(SCliConn* pConn, STransMsgHead** ppHead, int32_t* msg
|
||||||
tError("failed to decompress since %s", tstrerror(code));
|
tError("failed to decompress since %s", tstrerror(code));
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
tDebug("decompress msg and resent, compress size %d, raw size %d", pHead, oriMsg, msgLen, oriLen);
|
tDebug("decompress msg and resent, compress size %d, raw size %d", msgLen, oriLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
pHead = (STransMsgHead*)oriMsg;
|
pHead = (STransMsgHead*)oriMsg;
|
||||||
|
|
Loading…
Reference in New Issue