From: Andreas Schneider Date: Wed, 26 Jul 2017 15:28:11 +0000 (+0200) Subject: s4:samdb: Add FALL_THROUGH statements in linked_attributes.c X-Git-Tag: talloc-2.1.12~371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=487bd0a1e94c121daaf98acbb575612db297a520;p=thirdparty%2Fsamba.git s4:samdb: Add FALL_THROUGH statements in linked_attributes.c Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/linked_attributes.c b/source4/dsdb/samdb/ldb_modules/linked_attributes.c index c6beb25e58b..57d25076a75 100644 --- a/source4/dsdb/samdb/ldb_modules/linked_attributes.c +++ b/source4/dsdb/samdb/ldb_modules/linked_attributes.c @@ -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 */