mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +00:00
- 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:
parent
af4d2d6928
commit
fcc4a34712
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue