mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 03:44:58 -05:00
Silence stupid fallthru warning
This commit is contained in:
parent
f683ffdc81
commit
f681a07634
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue