Jeff Latimer : ws2_32: Make a common fixme more meaningful and return success.

Alexandre Julliard julliard at winehq.org
Mon Apr 2 13:14:49 CDT 2012


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

Author: Jeff Latimer <lats at yless4u.com.au>
Date:   Sun Apr  1 18:23:17 2012 +1000

ws2_32: Make a common fixme more meaningful and return success.

---

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

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index d3a4590..228d101 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -4298,6 +4298,9 @@ int WINAPI WS_setsockopt(SOCKET s, int level, int optname,
         case WS_IPV6_DONTFRAG:
             FIXME("IPV6_DONTFRAG is silently ignored!\n");
             return 0;
+        case WS_IPV6_PROTECTION_LEVEL:
+            FIXME("IPV6_PROTECTION_LEVEL is ignored!\n");
+            return 0;
         default:
             FIXME("Unknown IPPROTO_IPV6 optname 0x%08x\n", optname);
             return SOCKET_ERROR;




More information about the wine-cvs mailing list