mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9723 clear C_EOF on cursor with MDB_FIRST_DUP
This commit is contained in:
parent
f9d01f4722
commit
c4085fdfe6
1 changed files with 1 additions and 0 deletions
|
|
@ -6477,6 +6477,7 @@ fetchm:
|
|||
rc = MDB_NOTFOUND;
|
||||
break;
|
||||
}
|
||||
mc->mc_flags &= ~C_EOF;
|
||||
{
|
||||
MDB_node *leaf = NODEPTR(mc->mc_pg[mc->mc_top], mc->mc_ki[mc->mc_top]);
|
||||
if (!F_ISSET(leaf->mn_flags, F_DUPDATA)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue