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
f9c5b466
Commit
f9c5b466
authored
Feb 11, 2021
by
Howard Chu
Browse files
ITS
#9461
fix typo
parent
257847ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
f9c5b466
...
...
@@ -8530,7 +8530,7 @@ mdb_cursor_del0(MDB_cursor *mc)
}
}
}
m
3
->
mc_flags
|=
C_DEL
;
m
c
->
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