]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:libnet: Add FALL_THROUGH statements in libnet_join.c
authorAndreas Schneider <asn@samba.org>
Thu, 27 Jul 2017 14:59:40 +0000 (16:59 +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/libnet/libnet_join.c

index 0595cfe64abca60167e2f30c590ec681c271ca28..9b1bf342c19e62e926abfd82a5113337de98cb5a 100644 (file)
@@ -2418,7 +2418,8 @@ static WERROR libnet_join_check_config(TALLOC_CTX *mem_ctx,
                                        valid_realm = true;
                                        ignored_realm = true;
                                }
-                               /* FALL THROUGH */
+
+                               FALL_THROUGH;
                        case SEC_ADS:
                                valid_security = true;
                        }