s4:auth: Add FALL_THROUGH statements in gensec_krb5.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jul 2017 15:33:12 +0000 (17:33 +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>
source4/auth/gensec/gensec_krb5.c

index 86ec23fe4336b5203d52199b2b5151203d064fb5..0323da87d29fb37a328c694a66887b7de2b77a5c 100644 (file)
@@ -407,12 +407,9 @@ static NTSTATUS gensec_krb5_common_client_creds(struct gensec_security *gensec_s
                /* Too much clock skew - we will need to kinit to re-skew the clock */
        case KRB5KRB_AP_ERR_SKEW:
        case KRB5_KDCREP_SKEW:
-       {
                DEBUG(3, ("kerberos (mk_req) failed: %s\n", 
                          smb_get_krb5_error_message(gensec_krb5_state->smb_krb5_context->krb5_context, ret, gensec_krb5_state)));
-               /*fall through*/
-       }
-       
+               FALL_THROUGH;
        /* just don't print a message for these really ordinary messages */
        case KRB5_FCC_NOFILE:
        case KRB5_CC_NOTFOUND: