Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Rouzier
OpenLDAP
Commits
40585b48
Commit
40585b48
authored
Feb 09, 2021
by
Howard Chu
Browse files
ITS#9461 refix ITS#9376
Was setting C_DEL flag gratuitously
parent
51a29155
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
40585b48
...
...
@@ -8527,10 +8527,10 @@ mdb_cursor_del0(MDB_cursor *mc)
}
m3
->
mc_xcursor
->
mx_cursor
.
mc_flags
|=
C_DEL
;
}
m3
->
mc_flags
|=
C_DEL
;
}
}
}
m3
->
mc_flags
|=
C_DEL
;
fail:
if
(
rc
)
...
...
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