Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
08204319
Commit
08204319
authored
Mar 28, 2016
by
Howard Chu
Browse files
ITS#8393 fix MDB_GET_BOTH on non-dup record
parent
798f020c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
08204319
...
...
@@ -5974,8 +5974,8 @@ set1:
if
(
op
==
MDB_GET_BOTH
||
rc
>
0
)
return
MDB_NOTFOUND
;
rc
=
0
;
*data = olddata;
}
*
data
=
olddata
;
}
else
{
if
(
mc
->
mc_xcursor
)
...
...
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