mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WS2_32]
inet_addr does not require WSAStartup() svn path=/trunk/; revision=64481
This commit is contained in:
@@ -1496,7 +1496,7 @@ inet_addr(IN CONST CHAR FAR* cp)
|
||||
|
||||
p = (PCHAR)cp;
|
||||
|
||||
if (!p || !WSAINITIALIZED)
|
||||
if (!p)
|
||||
{
|
||||
WSASetLastError(WSAEFAULT);
|
||||
return INADDR_NONE;
|
||||
|
||||
Reference in New Issue
Block a user