lib:ldb: Add FALL_THROUGH statements in common/ldb_dn.c
authorAndreas Schneider <asn@samba.org>
Thu, 27 Jul 2017 13:17:21 +0000 (15:17 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:41 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/common/ldb_dn.c

index b23ee1734cd06a581640048d88c0d299d049514e..dfeb600f56fe34622322c82119954c3bc85e3eef 100644 (file)
@@ -629,7 +629,8 @@ static bool ldb_dn_explode(struct ldb_dn *dn)
                                        l++;
                                        break;
                                }
-                               /* fall through */
+
+                               FALL_THROUGH;
                        case '\"':
                        case '<':
                        case '>':