mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
One more sub-cursor fix
This commit is contained in:
parent
92a63ff790
commit
8acb755034
@ -3010,6 +3010,9 @@ set3:
|
||||
}
|
||||
|
||||
} else {
|
||||
if (mc->mc_db->md_flags & MDB_DUPSORT) {
|
||||
mc->mc_xcursor->mx_cursor.mc_flags &= ~C_INITIALIZED;
|
||||
}
|
||||
if ((rc = mdb_read_data(mc->mc_txn, leaf, data)) != MDB_SUCCESS)
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user