s3:libnet: Add FALL_THROUGH statements in libnet_join.c
[samba.git] / 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;
                        }