提交 ce860ec3 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff)

remove the windows compiling error

上级 9307ddac
...@@ -1610,7 +1610,7 @@ static void rpcDecRef(SRpcInfo *pRpc) ...@@ -1610,7 +1610,7 @@ static void rpcDecRef(SRpcInfo *pRpc)
int count = atomic_sub_fetch_32(&tsRpcNum, 1); int count = atomic_sub_fetch_32(&tsRpcNum, 1);
if (count == 0) { if (count == 0) {
taosCloseRef(tsRpcRefId); taosCloseRef(tsRpcRefId);
tsRpcInit = PTHREAD_ONCE_INIT; // tsRpcInit = PTHREAD_ONCE_INIT; // windows compliling error
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册