s3:utils: Add FALL_THROUGH statements in ntlm_auth.c
[kai/samba-autobuild/.git] / 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;