From 58baa7406e8ec62f41c106b9d34f4bbbdf29744b Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sat, 12 Jul 2008 10:49:13 +0000 Subject: [PATCH] don't return success in getaddrinfo fixes a crash in divx installer svn path=/trunk/; revision=34437 --- reactos/dll/win32/ws2_32/misc/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /*