mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
don't return success in getaddrinfo
fixes a crash in divx installer svn path=/trunk/; revision=34437
This commit is contained in:
parent
b2b40553ac
commit
58baa7406e
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ getaddrinfo(const char FAR * nodename,
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
|
|
||||||
return 0;
|
return EAI_NONAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue