This commit is contained in:
yihaoDeng 2022-08-16 21:08:40 +08:00
parent 633b46fa41
commit bade189164
1 changed files with 1 additions and 1 deletions

View File

@ -1395,7 +1395,7 @@ int transReleaseCliHandle(void* handle) {
}
STransMsg tmsg = {.info.handle = handle};
// TRACE_SET_MSGID(&tmsg.info.traceId, tGenIdPI64());
TRACE_SET_MSGID(&tmsg.info.traceId, tGenIdPI64());
SCliMsg* cmsg = taosMemoryCalloc(1, sizeof(SCliMsg));
cmsg->msg = tmsg;