don't return success in getaddrinfo

fixes a crash in divx installer

svn path=/trunk/; revision=34437
This commit is contained in:
Christoph von Wittich 2008-07-12 10:49:13 +00:00
parent b2b40553ac
commit 58baa7406e

View file

@ -847,7 +847,7 @@ getaddrinfo(const char FAR * nodename,
{
UNIMPLEMENTED
return 0;
return EAI_NONAME;
}
/*