From d4ffa4ab291b9e28c8affee3d46358036af7808a Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Thu, 8 Jun 2017 17:29:06 +0000
Subject: [PATCH] Fix test

---
 src/core/ext/filters/client_channel/client_channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
GitLab