This commit is contained in:
Hongze Cheng 2020-06-19 05:45:00 +00:00
parent 7ee0094773
commit ca9ba4276b
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ SSkipListNode *tSkipListPut(SSkipList *pSkipList, SSkipListNode *pNode) {
pthread_rwlock_unlock(pSkipList->lock); pthread_rwlock_unlock(pSkipList->lock);
} }
return forward[0]; return NULL;
} }
tSkipListDoInsert(pSkipList, forward, pNode); tSkipListDoInsert(pSkipList, forward, pNode);