mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8489 reset cursor EOF flag in cursor_set
It usually gets done anyway, but one of the fastpath shortcuts bypassed this step.
This commit is contained in:
parent
38564c92da
commit
56b81e6d57
1 changed files with 1 additions and 0 deletions
|
|
@ -5928,6 +5928,7 @@ mdb_cursor_set(MDB_cursor *mc, MDB_val *key, MDB_val *data,
|
|||
}
|
||||
}
|
||||
rc = 0;
|
||||
mc->mc_flags &= ~C_EOF;
|
||||
goto set2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue