aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/fd_posix_test.c
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-01-30 10:12:51 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-01-30 10:12:51 -0800
commitd7f01c42a16d06c491ea276de098b262e6b0a0ba (patch)
tree47b170e9ff9f63f488452115885af7e536699fe8 /test/core/iomgr/fd_posix_test.c
parentcc2971b9f73a2c9400009975c51d8c436983d320 (diff)
parentc5492f9a89b5a5c99355ec07f041ec743769d1f0 (diff)
Merge branch 'master' into pollset_set_test
Diffstat (limited to 'test/core/iomgr/fd_posix_test.c')
-rw-r--r--test/core/iomgr/fd_posix_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/iomgr/fd_posix_test.c b/test/core/iomgr/fd_posix_test.c
index a617bfc646..4726e935d8 100644
--- a/test/core/iomgr/fd_posix_test.c
+++ b/test/core/iomgr/fd_posix_test.c
@@ -132,7 +132,8 @@ static void session_shutdown_cb(grpc_exec_ctx *exec_ctx, void *arg, /*session */
grpc_fd_orphan(exec_ctx, se->em_fd, NULL, NULL, "a");
gpr_free(se);
/* Start to shutdown listen fd. */
- grpc_fd_shutdown(exec_ctx, sv->em_fd);
+ grpc_fd_shutdown(exec_ctx, sv->em_fd,
+ GRPC_ERROR_CREATE("session_shutdown_cb"));
}
/* Called when data become readable in a session. */