diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 0361be2b13..ba7be0aaa8 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -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));