auth:credentials: Add FALL_THROUGH statements in credentials_secrets.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jul 2017 16:23:31 +0000 (18:23 +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>
auth/credentials/credentials_secrets.c

index beb292848adbd33c1e052d9ded19515cbc851c17..ae1d23b51c12a2210ab92fa673eeb0edfa8ab786 100644 (file)
@@ -372,7 +372,8 @@ _PUBLIC_ NTSTATUS cli_credentials_set_machine_account_db_ctx(struct cli_credenti
                                if (security != SEC_ADS) {
                                        break;
                                }
-                               /* fall through */
+
+                               FALL_THROUGH;
                        case ROLE_ACTIVE_DIRECTORY_DC:
                                use_kerberos = CRED_AUTO_USE_KERBEROS;
                                break;