From: Andreas Schneider Date: Thu, 27 Jul 2017 13:17:21 +0000 (+0200) Subject: lib:ldb: Add FALL_THROUGH statements in common/ldb_dn.c X-Git-Tag: talloc-2.1.12~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b01bd0475d6cb654f1ffbbc56152bf04d1a793d;p=thirdparty%2Fsamba.git lib:ldb: Add FALL_THROUGH statements in common/ldb_dn.c Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/common/ldb_dn.c b/lib/ldb/common/ldb_dn.c index b23ee1734cd..dfeb600f56f 100644 --- a/lib/ldb/common/ldb_dn.c +++ b/lib/ldb/common/ldb_dn.c @@ -629,7 +629,8 @@ static bool ldb_dn_explode(struct ldb_dn *dn) l++; break; } - /* fall through */ + + FALL_THROUGH; case '\"': case '<': case '>':