ws2_32: Win NT4 does not zero the sockaddr_in structure on getsockname.
authorKai Blin <kai.blin@gmail.com>
Thu, 11 Sep 2008 12:23:37 +0000 (14:23 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Sep 2008 12:38:14 +0000 (14:38 +0200)
commit93f1d4874345286c61afc619ae4b9f6b6e0e9e0d
tree63d86805b5415955264fe5e49cd8d4248139af06
parent10090eb2527ec86eec6c011b1d7c7f2318ea0c55
ws2_32: Win NT4 does not zero the sockaddr_in structure on getsockname.

All other versions of windows do, and this makes native dplay traces
much more readable, which is why Wine implements this as well. Mark
NT4 as broken, to make sure Wine doesn't regress.
dlls/ws2_32/tests/sock.c