minor changes, dont set terrno
This commit is contained in:
parent
4902effb55
commit
1e34d8ca9a
|
@ -398,9 +398,7 @@ static int taosDecRefCount(int rsetId, int64_t rid, int remove) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
terrno = 0;
|
||||
hash = rid % pSet->max;
|
||||
|
||||
taosLockList(pSet->lockedBy+hash);
|
||||
|
||||
pNode = pSet->nodeList[hash];
|
||||
|
|
Loading…
Reference in New Issue