s3: printing: Split handling of PE file into separate function.
[samba.git] / libgpo / gpo_sec.c
index 456a218e1981c41ce3026abc13b3b49a9b0d138b..98ee8eb3cc9c307d78298709b44cca41e9c2474f 100644 (file)
@@ -47,11 +47,15 @@ static bool gpo_sd_check_agp_object_guid(const struct security_ace_object *objec
                                       &ext_right_apg_guid)) {
                                return true;
                        }
+
+                       FALL_THROUGH;
                case SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT:
                        if (GUID_equal(&object->inherited_type.inherited_type,
                                       &ext_right_apg_guid)) {
                                return true;
                        }
+
+                       FALL_THROUGH;
                default:
                        break;
        }