Kai Blin : ws2_32: Downgrade SO_REUSEADDR fixme to a trace.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 7 14:23:42 CST 2006


Module: wine
Branch: master
Commit: 804bba8d4c806d8c89ef5612175a9d0356467e20
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=804bba8d4c806d8c89ef5612175a9d0356467e20

Author: Kai Blin <kai.blin at gmail.com>
Date:   Thu Dec  7 18:35:35 2006 +0100

ws2_32: Downgrade SO_REUSEADDR fixme to a trace.

---

 dlls/ws2_32/socket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 6d385eb..99f46bc 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -2954,7 +2954,7 @@ int WINAPI WS_setsockopt(SOCKET s, int l
          * 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




More information about the wine-cvs mailing list