Skip to content

Commit

Permalink
MONGOCRYPT-786 Fix incompatible type error (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
songkomkrit authored Mar 5, 2025
1 parent dd787b5 commit ebd6f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mongocrypt-ctx-encrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ static bool _mongo_op_collinfo(mongocrypt_ctx_t *ctx, mongocrypt_binary_t *out)
_mongocrypt_ctx_fail(ctx);
return false;
}
CRYPT_TRACEF(&ectx->parent.crypt->log, "constructed: %s\n", tmp_json(filter));
_mongocrypt_buffer_steal_from_bson(&ectx->list_collections_filter, &filter);
out->data = ectx->list_collections_filter.data;
out->len = ectx->list_collections_filter.len;
Expand Down

0 comments on commit ebd6f80

Please sign in to comment.