libgpo: Make it clear that we want to fall trough here.
[sfrench/samba-autobuild/.git] / libgpo / gpo_sec.c
index 456a218e1981c41ce3026abc13b3b49a9b0d138b..af73697e56e8ae32523d05916693c3787264de0c 100644 (file)
@@ -47,11 +47,13 @@ static bool gpo_sd_check_agp_object_guid(const struct security_ace_object *objec
                                       &ext_right_apg_guid)) {
                                return true;
                        }
+                       /* FALL TROUGH */
                case SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT:
                        if (GUID_equal(&object->inherited_type.inherited_type,
                                       &ext_right_apg_guid)) {
                                return true;
                        }
+                       /* FALL TROUGH */
                default:
                        break;
        }