aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-13 16:10:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-13 16:10:05 -0700
commit2d43fbffd7976d19321f68460d671933d1b738f0 (patch)
treeab8f1a10e0f49cb802fbc51ca80f7e96f52e9d70 /src/core/lib/surface
parent3fddcb413c9852a29f1bcb389ef89adecd010a32 (diff)
Fix coercion
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index ed123452c2..0c803c717b 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -1509,7 +1509,7 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
}
stream_op->send_trailing_metadata = true;
call->sent_final_op = 1;
- stream_op->send_trailing_metadata =
+ stream_op_payload->send_trailing_metadata.send_trailing_metadata =
&call->metadata_batch[0 /* is_receiving */][1 /* is_trailing */];
break;
case GRPC_OP_SEND_STATUS_FROM_SERVER: