mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Silence spurious fallthru warning
This commit is contained in:
parent
522c62035c
commit
d7b515ca3b
1 changed files with 1 additions and 1 deletions
|
|
@ -7671,7 +7671,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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue