Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fei Ding
OpenLDAP
Commits
c44b29ea
Commit
c44b29ea
authored
Jan 11, 2017
by
Howard Chu
Browse files
ITS#8557 fix prev commit
parent
511f5880
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
c44b29ea
...
...
@@ -6209,8 +6209,8 @@ mdb_page_search_root(MDB_cursor *mc, MDB_val *key, int flags)
/* if already init'd, see if we're already in right place */
if
(
mc
->
mc_flags
&
C_INITIALIZED
)
{
if
(
mc
->
mc_ki
[
mc
->
mc_top
]
==
i
)
{
mp
=
mc
->
mc_pg
[
mc
->
mc_top
];
mc
->
mc_top
=
mc
->
mc_snum
++
;
mp
=
mc
->
mc_pg
[
mc
->
mc_top
];
goto
ready
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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