Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
d67f5cea
Commit
d67f5cea
authored
Mar 14, 2021
by
Howard Chu
Browse files
ITS#9500 fix regression from ITS#8662
parent
cae02685
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
d67f5cea
...
...
@@ -6992,7 +6992,7 @@ put_sub:
xdata
.
mv_size
=
0
;
xdata
.
mv_data
=
""
;
leaf
=
NODEPTR
(
mc
->
mc_pg
[
mc
->
mc_top
],
mc
->
mc_ki
[
mc
->
mc_top
]);
if
(
flags
==
MDB_CURRENT
)
{
if
(
(
flags
&
(
MDB_CURRENT
|
MDB_APPENDDUP
))
==
MDB_CURRENT
)
{
xflags
=
MDB_CURRENT
|
MDB_NOSPILL
;
}
else
{
mdb_xcursor_init1
(
mc
,
leaf
);
...
...
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