Commit 190d7e74 authored by Alexandre Julliard's avatar Alexandre Julliard

ws2_32: Set Information to 0 upon completion of an async shutdown.

parent 82cb0fc7
......@@ -1503,6 +1503,7 @@ static NTSTATUS WS2_async_shutdown( void* user, PIO_STATUS_BLOCK iosb, NTSTATUS
break;
}
iosb->u.Status = status;
iosb->Information = 0;
*apc = ws2_async_apc;
return status;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment