ws2_32: fix a comment

André Hentschel nerv at dawncrow.de
Mon Nov 9 13:08:19 CST 2009


the mentioned line above is:
#define SOCKTIMEOUT2 997000 /* 997 seconds */


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

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 933c86e..3d7b8b3 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -987,7 +987,7 @@ static void test_set_getsockopt(void)
     ok( !err, "get/setsockopt(SO_RCVTIMEO) failed error: %d\n", WSAGetLastError());
     ok( timeout == SOCKTIMEOUT1, "getsockopt(SO_RCVTIMEO) returned wrong value %d\n", timeout);
     /* SO_SNDTIMEO */
-    timeout = SOCKTIMEOUT2; /* 54 seconds. See remark above */ 
+    timeout = SOCKTIMEOUT2; /* 997 seconds. See remark above */ 
     size = sizeof(timeout);
     err = setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, (char *) &timeout, size); 
     if( !err)
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list