Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
1ffb5e1c
Commit
1ffb5e1c
authored
Dec 04, 2013
by
Howard Chu
Browse files
Fix GET_BOTH_RANGE
On near match, return the matched data.
parent
b77689f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
1ffb5e1c
...
...
@@ -5358,6 +5358,7 @@ set1:
if
(
op
==
MDB_GET_BOTH
||
rc
>
0
)
return
MDB_NOTFOUND
;
rc
=
0
;
*
data
=
d2
;
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment