diff --git a/reactos/dll/win32/ws2_32/misc/ns.c b/reactos/dll/win32/ws2_32/misc/ns.c index 1ac0bc83811..dfee38de871 100644 --- a/reactos/dll/win32/ws2_32/misc/ns.c +++ b/reactos/dll/win32/ws2_32/misc/ns.c @@ -1496,7 +1496,7 @@ inet_addr(IN CONST CHAR FAR* cp) p = (PCHAR)cp; - if (!p || !WSAINITIALIZED) + if (!p) { WSASetLastError(WSAEFAULT); return INADDR_NONE;