[ros-diffs] [cgutman] 43159: - Don't modify the size for now until I figure out where the incorrect code is

cgutman at svn.reactos.org cgutman at svn.reactos.org
Sat Sep 26 08:50:07 CEST 2009


Author: cgutman
Date: Sat Sep 26 08:50:06 2009
New Revision: 43159

URL: http://svn.reactos.org/svn/reactos?rev=43159&view=rev
Log:
 - Don't modify the size for now until I figure out where the incorrect code is

Modified:
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.c

Modified: trunk/reactos/dll/win32/wshtcpip/wshtcpip.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wshtcpip/wshtcpip.c?rev=43159&r1=43158&r2=43159&view=diff
==============================================================================
--- trunk/reactos/dll/win32/wshtcpip/wshtcpip.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wshtcpip/wshtcpip.c [iso-8859-1] Sat Sep 26 08:50:06 2009
@@ -88,7 +88,7 @@
     Sockaddr->sa_family = AF_INET;
     *((PUINT)Sockaddr->sa_data) = INADDR_BROADCAST;
 
-    *SockaddrLength = Size;
+    /* *SockaddrLength = Size; */
 
     return NO_ERROR;
 }
@@ -198,7 +198,7 @@
     Sockaddr->sa_family = AF_INET;
     *((PUINT)Sockaddr->sa_data) = INADDR_ANY;
 
-    *SockaddrLength = Size;
+    /* *SockaddrLength = Size; */
 
     return NO_ERROR;
 }




More information about the Ros-diffs mailing list