提交 edf3f632 编写于 作者: dengyihao's avatar dengyihao

fix: fix compile error

上级 ecfaf229
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册