don't return success in getaddrinfo
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 12 Jul 2008 10:49:13 +0000 (10:49 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 12 Jul 2008 10:49:13 +0000 (10:49 +0000)
fixes a crash in divx installer

svn path=/trunk/; revision=34437

reactos/dll/win32/ws2_32/misc/stubs.c

index f035f57..cbfa1f8 100644 (file)
@@ -847,7 +847,7 @@ getaddrinfo(const char FAR * nodename,
 {
     UNIMPLEMENTED
 
-    return 0;
+    return EAI_NONAME;
 }
 
 /*