libgpo: Add FALL_THROUGH statements in gpo_sec.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jul 2017 15:43:53 +0000 (17:43 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:42 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libgpo/gpo_sec.c

index af73697e56e8ae32523d05916693c3787264de0c..98ee8eb3cc9c307d78298709b44cca41e9c2474f 100644 (file)
@@ -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;
        }