aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/ext/grpc_csharp_ext.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-31 17:07:31 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-31 17:07:31 -0700
commite1b0e6ee12eb13130abf8cee6dd8264b36ff536f (patch)
treef65f3a8e4d8d0b3abb12a931b493204e93e6f655 /src/csharp/ext/grpc_csharp_ext.c
parent99e61645ce348df59c549011d5111cd11ed1c291 (diff)
s/inherit/propagate/g
Diffstat (limited to 'src/csharp/ext/grpc_csharp_ext.c')
-rw-r--r--src/csharp/ext/grpc_csharp_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/ext/grpc_csharp_ext.c b/src/csharp/ext/grpc_csharp_ext.c
index 425d226bf0..b0612d4592 100644
--- a/src/csharp/ext/grpc_csharp_ext.c
+++ b/src/csharp/ext/grpc_csharp_ext.c
@@ -379,7 +379,7 @@ GPR_EXPORT grpc_call *GPR_CALLTYPE
grpcsharp_channel_create_call(grpc_channel *channel, grpc_completion_queue *cq,
const char *method, const char *host,
gpr_timespec deadline) {
- return grpc_channel_create_call(channel, NULL, GRPC_INHERIT_DEFAULTS, cq,
+ return grpc_channel_create_call(channel, NULL, GRPC_PROPAGATE_DEFAULTS, cq,
method, host, deadline);
}