aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-03 09:54:51 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-03 09:54:51 -0800
commitfb27caca3b78e7b4bbd650fce928d2bb2951c3e6 (patch)
tree7142e7109b02a6007aadf395a726e8cb9054a896 /src/core
parentaef521c6f9df8d36ae927a4504d055e1d376bfa6 (diff)
More UV fixes
Diffstat (limited to 'src/core')
-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 e2fefa5821..4be95457d5 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;
}