未验证 提交 6a043a2b 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1754 from taosdata/hotfix/fix-hash-entry-assertion-issue

fix double-fix on hash entry++.
......@@ -520,7 +520,6 @@ SHashMutableIterator *taosHashCreateIter(SHashObj *pHashObj) {
static SHashNode *getNextHashNode(SHashMutableIterator *pIter) {
assert(pIter != NULL);
pIter->entryIndex++;
pIter->entryIndex++;
while (pIter->entryIndex < pIter->pHashObj->capacity) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册