mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
don't return success in getaddrinfo
fixes a crash in divx installer svn path=/trunk/; revision=34437
This commit is contained in:
@@ -847,7 +847,7 @@ getaddrinfo(const char FAR * nodename,
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
return 0;
|
||||
return EAI_NONAME;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user