diff --git a/reactos/dll/win32/ws2_32/misc/stubs.c b/reactos/dll/win32/ws2_32/misc/stubs.c index f035f57299c..cbfa1f842be 100644 --- a/reactos/dll/win32/ws2_32/misc/stubs.c +++ b/reactos/dll/win32/ws2_32/misc/stubs.c @@ -847,7 +847,7 @@ getaddrinfo(const char FAR * nodename, { UNIMPLEMENTED - return 0; + return EAI_NONAME; } /*