summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/fle_crypto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/crypto/fle_crypto.cpp b/src/mongo/crypto/fle_crypto.cpp
index b3407ae36c3..f88f34a3779 100644
--- a/src/mongo/crypto/fle_crypto.cpp
+++ b/src/mongo/crypto/fle_crypto.cpp
@@ -2195,7 +2195,7 @@ BSONObj runStateMachineForDecryption(mongocrypt_ctx_t* ctx, FLEKeyVault* keyVaul
}
case MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS:
// We don't handle KMS credentials
- // fallthrough
+ [[fallthrough]];
default:
uasserted(7132216, "unsupported state machine state");
break;