mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#8557 fix prev commit
This commit is contained in:
parent
511f5880e2
commit
c44b29eaa8
1 changed files with 1 additions and 1 deletions
|
|
@ -6209,8 +6209,8 @@ mdb_page_search_root(MDB_cursor *mc, MDB_val *key, int flags)
|
||||||
/* if already init'd, see if we're already in right place */
|
/* if already init'd, see if we're already in right place */
|
||||||
if (mc->mc_flags & C_INITIALIZED) {
|
if (mc->mc_flags & C_INITIALIZED) {
|
||||||
if (mc->mc_ki[mc->mc_top] == i) {
|
if (mc->mc_ki[mc->mc_top] == i) {
|
||||||
mp = mc->mc_pg[mc->mc_top];
|
|
||||||
mc->mc_top = mc->mc_snum++;
|
mc->mc_top = mc->mc_snum++;
|
||||||
|
mp = mc->mc_pg[mc->mc_top];
|
||||||
goto ready;
|
goto ready;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue