ws2_32: Downgrade SO_REUSEADDR fixme to a trace.

This commit is contained in:
Kai Blin 2006-12-07 18:35:35 +01:00 committed by Alexandre Julliard
parent 7ae1b2897e
commit 804bba8d4c
1 changed files with 1 additions and 1 deletions

View File

@ -2954,7 +2954,7 @@ int WINAPI WS_setsockopt(SOCKET s, int level, int optname,
* same time. There is no direct way to do that in unix. While Wineserver
* might do this, it does not seem useful for now, so just ignore it.*/
case WS_SO_REUSEADDR:
FIXME("Ignoring SO_REUSEADDR, does not translate\n");
TRACE("Ignoring SO_REUSEADDR, does not translate\n");
return 0;
#ifdef SO_RCVTIMEO