mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Merge remote-tracking branch 'yquake2/master'
This commit is contained in:
commit
63d3e5ac74
1 changed files with 2 additions and 0 deletions
|
@ -850,6 +850,8 @@ NET_Socket(char *net_interface, int port, netsrc_t type, int family)
|
||||||
|
|
||||||
if ((Error = getaddrinfo(Host, Service, &hints, &res)))
|
if ((Error = getaddrinfo(Host, Service, &hints, &res)))
|
||||||
{
|
{
|
||||||
|
Com_Printf("ERROR: NET_Socket: getaddrinfo:%s\n",
|
||||||
|
gai_strerror(Error));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue