mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
parent
18a07eb7c2
commit
90c55178db
1 changed files with 3 additions and 0 deletions
|
|
@ -5688,6 +5688,9 @@ mdb_cursor_put(MDB_cursor *mc, MDB_val *key, MDB_val *data,
|
|||
return rc;
|
||||
}
|
||||
|
||||
if (mc->mc_flags & C_DEL)
|
||||
mc->mc_flags ^= C_DEL;
|
||||
|
||||
/* Cursor is positioned, check for room in the dirty list */
|
||||
if (!nospill) {
|
||||
if (flags & MDB_MULTIPLE) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue