Commit 804bba8d authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

ws2_32: Downgrade SO_REUSEADDR fixme to a trace.

parent 7ae1b289
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment