diff options
author | Craig Tiller <ctiller@google.com> | 2017-06-08 17:29:06 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-06-08 17:29:06 +0000 |
commit | d4ffa4ab291b9e28c8affee3d46358036af7808a (patch) | |
tree | f2d2edeb963e6c774d4bf6356534b3d9dfc344d4 /src/core | |
parent | 0f016bdcf791685eb44cdc6e276b42618f5750f8 (diff) |
Fix test
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ext/filters/client_channel/client_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/client_channel.c b/src/core/ext/filters/client_channel/client_channel.c index ee8b27b034..0ce26aff37 100644 --- a/src/core/ext/filters/client_channel/client_channel.c +++ b/src/core/ext/filters/client_channel/client_channel.c @@ -1223,7 +1223,7 @@ static void start_transport_stream_op_batch_locked_inner( (call_or_error){.error = GRPC_ERROR_REF(error)}); fail_locked(exec_ctx, calld, GRPC_ERROR_REF(error)); grpc_transport_stream_op_batch_finish_with_failure( - exec_ctx, op, GRPC_ERROR_REF(error)); + exec_ctx, op, error); return; // Early out. } } else { |