s3:lsa: Add FALL_THROUGH statements in srv_lsa_nt.c
authorAndreas Schneider <asn@samba.org>
Fri, 13 Oct 2017 09:12:43 +0000 (11:12 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:43 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_server/lsa/srv_lsa_nt.c

index 3cc87ad90817c4f670fb59abae7c6fb3af08cf38..a3254a61667aa36002e686ab6e3ea869046c84e7 100644 (file)
@@ -4288,11 +4288,13 @@ static NTSTATUS check_ft_info(TALLOC_CTX *mem_ctx,
                                        exclusion = true;
                                        break;
                                }
-                               /* fall through */
+
+                               FALL_THROUGH;
                        case DNS_CMP_FIRST_IS_CHILD:
                        case DNS_CMP_SECOND_IS_CHILD:
                                tln_conflict = true;
-                               /* fall through */
+
+                               FALL_THROUGH;
                        default:
                                break;
                        }