Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
f681a076
Commit
f681a076
authored
Jun 16, 2020
by
Howard Chu
Browse files
Silence stupid fallthru warning
parent
f683ffdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
f681a076
...
...
@@ -6799,7 +6799,7 @@ more:
offset
*=
4
;
/* space for 4 more */
break
;
}
/* FALLTHRU
:
Big enough MDB_DUPFIXED sub-page */
/* FALLTHRU
*/
/*
Big enough MDB_DUPFIXED sub-page */
case
MDB_CURRENT
:
fp
->
mp_flags
|=
P_DIRTY
;
COPY_PGNO
(
fp
->
mp_pgno
,
mp
->
mp_pgno
);
...
...
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