Correct 2 bugs connected to asynchronous shutdown():
authorMartin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
Thu, 5 Dec 2002 19:02:55 +0000 (19:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Dec 2002 19:02:55 +0000 (19:02 +0000)
commit4577875c4e01a5732fa0158478bada46d3428546
treeaccce2d29a1488522ca0693b5386da075858c86a
parentb5fc589f441e91fa96153a39791e380969af1ec2
Correct 2 bugs connected to asynchronous shutdown():
- Cannot call WSAGetOverlappedResult() because completion function
  destroys the overlapped structure.
- ws2_async_cleanup() called twice in case of failure.
dlls/winsock/socket.c