We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51939f6 commit 7391ef7Copy full SHA for 7391ef7
1 file changed
src/mongocrypt-ctx-encrypt.c
@@ -516,7 +516,7 @@ static bool _mongo_done_keys(mongocrypt_ctx_t *ctx) {
516
// Restart key broker to request additional keys for encrypting values:
517
_mongocrypt_key_broker_restart(&ctx->kb);
518
ctx->state = MONGOCRYPT_CTX_NEED_MONGO_MARKINGS;
519
- return true;
+ return _try_run_csfle_marking(ctx) ;
520
}
521
522
@@ -547,7 +547,7 @@ static bool _kms_done(mongocrypt_ctx_t *ctx) {
547
548
549
550
551
552
553
return _mongocrypt_ctx_state_from_key_broker(ctx);
0 commit comments