mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Fix GET_BOTH_RANGE
On near match, return the matched data.
This commit is contained in:
parent
b77689f975
commit
1ffb5e1cba
1 changed files with 1 additions and 0 deletions
|
|
@ -5358,6 +5358,7 @@ set1:
|
|||
if (op == MDB_GET_BOTH || rc > 0)
|
||||
return MDB_NOTFOUND;
|
||||
rc = 0;
|
||||
*data = d2;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue