remove the windows compiling error

This commit is contained in:
Jeff Tao 2020-10-27 11:27:41 +00:00
parent 9307ddac33
commit ce860ec39c
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ static void rpcDecRef(SRpcInfo *pRpc)
int count = atomic_sub_fetch_32(&tsRpcNum, 1);
if (count == 0) {
taosCloseRef(tsRpcRefId);
tsRpcInit = PTHREAD_ONCE_INIT;
// tsRpcInit = PTHREAD_ONCE_INIT; // windows compliling error
}
}
}