mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Tweak prev commit: Restore if-test as an assert
This commit is contained in:
parent
208e5c614d
commit
fbd76c44e4
@ -1631,6 +1631,7 @@ finish:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
assert(mc->mc_txn->mt_u.dirty_list[0].mid < MDB_IDL_UM_MAX);
|
||||
/* No - copy it */
|
||||
np = mdb_page_malloc(mc);
|
||||
if (!np)
|
||||
|
Loading…
Reference in New Issue
Block a user