remove the windows compiling error
This commit is contained in:
parent
9307ddac33
commit
ce860ec39c
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue