aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-06 10:59:44 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-06 10:59:44 -0800
commit696fda9143739ee1beb0369cdad5652b8c21aead (patch)
tree91a761e5337212d27db354462e40afb1b6338173 /src
parentb3323168b81b1bdfe08cdc2ff3ef9ebcb252d17d (diff)
Add dropped line
Diffstat (limited to 'src')
-rw-r--r--src/core/channel/client_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c
index c2c23f5156..8e8f95fdb3 100644
--- a/src/core/channel/client_channel.c
+++ b/src/core/channel/client_channel.c
@@ -244,6 +244,7 @@ static void cancel_rpc(grpc_call_element *elem, grpc_call_op *op) {
return; /* early out */
case CALL_WAITING:
remove_waiting_child(chand, calld);
+ calld->state = CALL_CANCELLED;
gpr_mu_unlock(&chand->mu);
send_up_cancelled_ops(elem);
calld->s.waiting.on_complete(calld->s.waiting.on_complete_user_data,