From 6b27bf9a86e8bdca612a01e88a3ca3e275d88301 Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Wed, 17 Aug 2011 13:24:09 +0200 Subject: [PATCH] uv_process_pipe_shutdown_req call should match prototype --- src/win/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/req.c b/src/win/req.c index 8e0c093e..a3542f7d 100644 --- a/src/win/req.c +++ b/src/win/req.c @@ -114,7 +114,7 @@ void uv_process_reqs() { /* Tcp shutdown requests don't come here. */ assert(((uv_shutdown_t*) req)->handle->type == UV_NAMED_PIPE); uv_process_pipe_shutdown_req( - (uv_pipe_t*) ((uv_shutdown_t*) req)->handle, req); + (uv_pipe_t*) ((uv_shutdown_t*) req)->handle, (uv_shutdown_t*) req); break; case UV_WAKEUP: