mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix previous commit
This commit is contained in:
parent
6ac14938e2
commit
dac3fae3b5
1 changed files with 2 additions and 1 deletions
|
|
@ -4105,7 +4105,8 @@ newsep:
|
|||
rc = mdb_add_node(mc, j, &rkey, &rdata, pgno, flags);
|
||||
}
|
||||
|
||||
if (mc->mc_pg[mc->mc_top] == copy)
|
||||
/* reset back to original page */
|
||||
if (newindx < split_indx)
|
||||
mc->mc_pg[mc->mc_top] = mp;
|
||||
|
||||
nkeys = NUMKEYS(copy);
|
||||
|
|
|
|||
Loading…
Reference in a new issue