aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/secure_channel_create.c
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-05-29 13:12:12 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-29 13:12:12 -0700
commit75c9b6f49519d7c616628905f2e58782206c98d2 (patch)
treee7285a2a1b6f5c6dea552587f0fd615106592d74 /src/core/surface/secure_channel_create.c
parent5e9757bf0f8ada75068038c3e29d8b1e875d2ce3 (diff)
Removing mdctx from the credentials.
Diffstat (limited to 'src/core/surface/secure_channel_create.c')
-rw-r--r--src/core/surface/secure_channel_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/secure_channel_create.c b/src/core/surface/secure_channel_create.c
index 3e331293b5..4bccd3da58 100644
--- a/src/core/surface/secure_channel_create.c
+++ b/src/core/surface/secure_channel_create.c
@@ -226,7 +226,7 @@ grpc_channel *grpc_secure_channel_create(grpc_credentials *creds,
GRPC_SECURITY_OK) {
return grpc_lame_client_channel_create();
}
- mdctx = grpc_credentials_get_or_create_metadata_context(creds);
+ mdctx = grpc_mdctx_create();
s = gpr_malloc(sizeof(setup));
connector_arg = grpc_security_connector_to_arg(&connector->base);