aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-28 07:56:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-28 07:56:59 -0700
commit333ee250b2857f2889266dfe7c9059ed0207505b (patch)
treec1b64169ff3351d151d5bd447459957dd0ff9c31 /src/core
parentc9fd80e6e5edc29a973cfb6c020eaba0cfb83ff5 (diff)
Remove errant double finish
Diffstat (limited to 'src/core')
-rw-r--r--src/core/surface/lame_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/surface/lame_client.c b/src/core/surface/lame_client.c
index 209bdc5d24..3186292a02 100644
--- a/src/core/surface/lame_client.c
+++ b/src/core/surface/lame_client.c
@@ -76,7 +76,6 @@ static void lame_start_transport_op(grpc_call_element *elem,
*op->recv_state = GRPC_STREAM_CLOSED;
op->on_done_recv(op->recv_user_data, 1);
}
- grpc_transport_op_finish_with_failure(op);
}
static void channel_op(grpc_channel_element *elem,