From 1aabfff8a6ecd57ac6475667c2103eb8e3ec6bf3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 13 Oct 2017 11:06:48 +0200 Subject: [PATCH] libsmb: Remove incorrect fall through comment in trusts_util.c Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Mar 1 09:52:37 CET 2018 on sn-devel-144 --- source3/libsmb/trusts_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/libsmb/trusts_util.c b/source3/libsmb/trusts_util.c index fd1b3372b36d..3ebf67f231e5 100644 --- a/source3/libsmb/trusts_util.c +++ b/source3/libsmb/trusts_util.c @@ -84,7 +84,6 @@ char *trust_pw_new_value(TALLOC_CTX *mem_ctx, min = 120; max = 120; break; - /* fall through */ case SEC_CHAN_DOMAIN: /* * The maximum length of a trust account password. -- 2.34.1