- Don't modify the size for now until I figure out where the incorrect code is

svn path=/trunk/; revision=43159
This commit is contained in:
Cameron Gutman
2009-09-26 06:50:06 +00:00
parent af4d2d6928
commit fcc4a34712
+2 -2
View File
@@ -88,7 +88,7 @@ WSHGetBroadcastSockaddr(
Sockaddr->sa_family = AF_INET;
*((PUINT)Sockaddr->sa_data) = INADDR_BROADCAST;
*SockaddrLength = Size;
/* *SockaddrLength = Size; */
return NO_ERROR;
}
@@ -198,7 +198,7 @@ WSHGetWildcardSockaddr(
Sockaddr->sa_family = AF_INET;
*((PUINT)Sockaddr->sa_data) = INADDR_ANY;
*SockaddrLength = Size;
/* *SockaddrLength = Size; */
return NO_ERROR;
}