summaryrefslogtreecommitdiff
path: root/auth/gensec
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-07-26 18:24:26 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-03-01 04:37:43 +0100
commit2a646a7485eb2e042e7d301b50e418a1aca09b90 (patch)
treeebd1614ca92d89b40bb98cf00f6b29a39c0cdf51 /auth/gensec
parentd123638a82e14d457572f2d97c0283796b6a1973 (diff)
downloadsamba-2a646a7485eb2e042e7d301b50e418a1aca09b90.tar.gz
auth:gensec: Add FALL_THROUGH statements in spnego.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/gensec')
-rw-r--r--auth/gensec/spnego.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/gensec/spnego.c b/auth/gensec/spnego.c
index 56f9be412ab..0b3fbdce7ac 100644
--- a/auth/gensec/spnego.c
+++ b/auth/gensec/spnego.c
@@ -1649,7 +1649,7 @@ static struct tevent_req *gensec_spnego_update_send(TALLOC_CTX *mem_ctx,
return tevent_req_post(req, ev);
}
- /* fall through */
+ FALL_THROUGH;
case SPNEGO_CLIENT_START:
case SPNEGO_SERVER_START: