fix: fix compile error

This commit is contained in:
yihaoDeng 2022-09-09 14:28:57 +08:00
parent ecfaf229e3
commit edf3f6320d
1 changed files with 1 additions and 1 deletions

View File

@ -1440,7 +1440,7 @@ int transReleaseCliHandle(void* handle) {
return -1;
}
STransMsg tmsg = {.info.handle = handle};
STransMsg tmsg = {.info.handle = handle, .info.ahandle = (void*)0x9527};
TRACE_SET_MSGID(&tmsg.info.traceId, tGenIdPI64());
SCliMsg* cmsg = taosMemoryCalloc(1, sizeof(SCliMsg));