]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:samdb: Add FALL_THROUGH statements in linked_attributes.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jul 2017 15:28:11 +0000 (17:28 +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>
source4/dsdb/samdb/ldb_modules/linked_attributes.c

index c6beb25e58b48e81e2aacc964be981dea30ffad0..57d25076a7550ac14bd57c64ebc632e3ce5ba83f 100644 (file)
@@ -573,8 +573,7 @@ static int linked_attributes_modify(struct ldb_module *module, struct ldb_reques
                        /* treat as just a normal add the delete part is handled by the callback */
                        store_el = true;
 
-                       /* break intentionally missing */
-
+                       FALL_THROUGH;
                case LDB_FLAG_MOD_ADD:
 
                        /* For each value being added, we need to setup the adds */