mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib:tdb: Add FALL_THROUGH statements in common/summary.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
bdd1de1710
commit
1741072506
@ -151,7 +151,8 @@ _PUBLIC_ char *tdb_summary(struct tdb_context *tdb)
|
||||
rec.rec_len = tdb_dead_space(tdb, off)
|
||||
- sizeof(rec);
|
||||
}
|
||||
/* Fall through */
|
||||
|
||||
FALL_THROUGH;
|
||||
case TDB_DEAD_MAGIC:
|
||||
tally_add(&dead, rec.rec_len);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user