Skip to content

Commit

Permalink
s3:libnet: Add FALL_THROUGH statements in libnet_join.c
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk authored and abartlet committed Mar 1, 2018
1 parent 00defe7 commit f5d69d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source3/libnet/libnet_join.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f5d69d7

Please sign in to comment.