Rein Klazes wrote:

On Tue, 29 Nov 2005 10:33:49 -0600, you wrote:

   if (num_startup)
+    {
+        num_startup--;
       return 0;
+    }

Yes, that is more correct. Re-reading the MSDN this is what should be
happening.

Changelog:
dlls/winsock            : socket.c
dlls/winsock/tests      : sock.c
(With input from Robert Shearman) Decrement the reference counter in
WSACleanUp with regression test.

Alexandre already committed a corrected version of your patch.

--
Rob Shearman



Reply via email to