s3:utils: Add FALL_THROUGH statements in ntlm_auth.c
authorAndreas Schneider <asn@samba.org>
Fri, 13 Oct 2017 09:24:23 +0000 (11:24 +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>
source3/utils/ntlm_auth.c

index 78bafe12efa24155ff14be10fbe739506ee2c86a..2c8d9910790bd6643d455b58d79f2e3fe34f081f 100644 (file)
@@ -1390,7 +1390,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
                         * NTLMSSP_CLIENT_1 for now.
                         */
                        use_cached_creds = false;
-                       /* fall through */
+                       FALL_THROUGH;
                case NTLMSSP_CLIENT_1:
                        /* setup the client side */
 
@@ -1486,7 +1486,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
                        if (!in.length) {
                                first = true;
                        }
-                       /* fall through */
+                       FALL_THROUGH;
                case SQUID_2_5_NTLMSSP:
                        nt_status = gensec_start_mech_by_oid(state->gensec_state, GENSEC_OID_NTLMSSP);
                        break;