mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libgpo: Add FALL_THROUGH statements in gpo_sec.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
1741072506
commit
7217219115
@ -47,13 +47,15 @@ static bool gpo_sd_check_agp_object_guid(const struct security_ace_object *objec
|
||||
&ext_right_apg_guid)) {
|
||||
return true;
|
||||
}
|
||||
/* FALL TROUGH */
|
||||
|
||||
FALL_THROUGH;
|
||||
case SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT:
|
||||
if (GUID_equal(&object->inherited_type.inherited_type,
|
||||
&ext_right_apg_guid)) {
|
||||
return true;
|
||||
}
|
||||
/* FALL TROUGH */
|
||||
|
||||
FALL_THROUGH;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user