aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-04 10:14:41 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-04 10:14:41 -0800
commit33dfad1fbc14f9e0157b31e3bc33eda1a0cd4e1c (patch)
treeaf4b5c3ebfe4cba257c7ef6202932f3c61db595d
parent0b09341461451caaee6bc65bcc41c4a829bfa065 (diff)
parentfb27caca3b78e7b4bbd650fce928d2bb2951c3e6 (diff)
Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures
-rw-r--r--src/core/lib/iomgr/tcp_uv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_uv.c b/src/core/lib/iomgr/tcp_uv.c
index 7328f94fe0..3ddc79706b 100644
--- a/src/core/lib/iomgr/tcp_uv.c
+++ b/src/core/lib/iomgr/tcp_uv.c
@@ -244,7 +244,7 @@ static void uv_endpoint_write(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep,
if (tcp->shutting_down) {
grpc_closure_sched(exec_ctx, cb,
- GRPC_ERROR_CREATE("TCP socket is shutting down"), NULL);
+ GRPC_ERROR_CREATE("TCP socket is shutting down"));
return;
}