mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#7589 Fix typo in prev commit
This commit is contained in:
parent
400e21370b
commit
2211fb15db
1 changed files with 1 additions and 1 deletions
|
|
@ -7545,7 +7545,7 @@ mdb_page_split(MDB_cursor *mc, MDB_val *newkey, MDB_val *newdata, pgno_t newpgno
|
|||
node = NULL;
|
||||
} else {
|
||||
node = (MDB_node *)((char *)mp + copy->mp_ptrs[i]);
|
||||
psize = NODESIZE + NODEKSZ(node) + sizeof(indx_t);
|
||||
psize += NODESIZE + NODEKSZ(node) + sizeof(indx_t);
|
||||
if (IS_LEAF(mp)) {
|
||||
if (F_ISSET(node->mn_flags, F_BIGDATA))
|
||||
psize += sizeof(pgno_t);
|
||||
|
|
|
|||
Loading…
Reference in a new issue