mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Fix bad merge
This commit is contained in:
parent
e5b1dce6a7
commit
513d96105d
@ -2580,17 +2580,6 @@ set1:
|
|||||||
rc = cursor->mc_txn->mt_dbxs[cursor->mc_dbi].md_cmp(key, &nodekey);
|
rc = cursor->mc_txn->mt_dbxs[cursor->mc_dbi].md_cmp(key, &nodekey);
|
||||||
if (rc <= 0) goto set1;
|
if (rc <= 0) goto set1;
|
||||||
}
|
}
|
||||||
/* If any parents have right-sibs, search.
|
|
||||||
* Otherwise, there's nothing further.
|
|
||||||
*/
|
|
||||||
for (i=0; i<cursor->mc_snum-1; i++)
|
|
||||||
if (cursor->mc_stack[i].mp_ki <
|
|
||||||
NUMKEYS(cursor->mc_stack[i].mp_page)-1)
|
|
||||||
break;
|
|
||||||
if (i == cursor->mc_snum - 1) {
|
|
||||||
/* There are no other pages */
|
|
||||||
goto set1;
|
|
||||||
}
|
|
||||||
/* If any parents have right-sibs, search.
|
/* If any parents have right-sibs, search.
|
||||||
* Otherwise, there's nothing further.
|
* Otherwise, there's nothing further.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user