mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:winbindd: Add FALL_THROUGH statements in idmap_autorid.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5ba0b72fa3
commit
7619442a79
@ -260,7 +260,7 @@ static NTSTATUS idmap_autorid_id_to_sid(struct autorid_global_config *cfg,
|
||||
}
|
||||
/* If we end up here, something weird is in the record. */
|
||||
|
||||
/* FALL THROUGH */
|
||||
FALL_THROUGH;
|
||||
default:
|
||||
DBG_DEBUG("SID/domain range: %s\n",
|
||||
(const char *)data.dptr);
|
||||
|
Loading…
Reference in New Issue
Block a user