aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-10 12:03:17 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-10 12:03:17 -0800
commita6465d124c44b924bdc094675c3fd22b8c843da8 (patch)
tree5e001d5af0c95c8f35e91c8f4ae9370dc931e3b6 /src
parent00325486749b5b56bde1fe8155fb2e3eef6499de (diff)
UV Correction
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/tcp_server_uv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_server_uv.cc b/src/core/lib/iomgr/tcp_server_uv.cc
index 71226600da..8d5387fe6e 100644
--- a/src/core/lib/iomgr/tcp_server_uv.cc
+++ b/src/core/lib/iomgr/tcp_server_uv.cc
@@ -175,7 +175,7 @@ void grpc_tcp_server_unref(grpc_tcp_server* s) {
GRPC_UV_ASSERT_SAME_THREAD();
if (gpr_unref(&s->refs)) {
/* Complete shutdown_starting work before destroying. */
- grpc_exec_ctx local_ExecCtx _local_exec_ctx;
+ ExecCtx _local_exec_ctx;
GRPC_CLOSURE_LIST_SCHED(&s->shutdown_starting);
if (exec_ctx == NULL) {
grpc_exec_ctx_flush();