Add dropped line

pull/381/head
Craig Tiller 10 years ago
parent b3323168b8
commit 696fda9143
  1. 1
      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 */ return; /* early out */
case CALL_WAITING: case CALL_WAITING:
remove_waiting_child(chand, calld); remove_waiting_child(chand, calld);
calld->state = CALL_CANCELLED;
gpr_mu_unlock(&chand->mu); gpr_mu_unlock(&chand->mu);
send_up_cancelled_ops(elem); send_up_cancelled_ops(elem);
calld->s.waiting.on_complete(calld->s.waiting.on_complete_user_data, calld->s.waiting.on_complete(calld->s.waiting.on_complete_user_data,

Loading…
Cancel
Save