mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
Implement WSHGetWildcardAddress
svn path=/trunk/; revision=10766
This commit is contained in:
parent
500044ccc8
commit
8e1426d027
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ WSHGetWildcardSockaddr(
|
|||
OUT PSOCKADDR Sockaddr,
|
||||
OUT PINT SockaddrLength)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
RtlZeroMemory((PVOID)Sockaddr, *SockaddrLength);
|
||||
Sockaddr->sa_family = AF_INET;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue