fix: fix compile error
This commit is contained in:
parent
ecfaf229e3
commit
edf3f6320d
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue