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

This commit is contained in:
Alexandre Julliard 2009-10-19 11:44:20 +02:00
parent 82cb0fc7e0
commit 190d7e74ec
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}