mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
whoops.
This commit is contained in:
parent
81f9b20bfb
commit
843994c074
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ static qboolean Sys_StringToSockaddr(const char *s, struct sockaddr *sadr, int s
|
||||||
hintsp->ai_family = family;
|
hintsp->ai_family = family;
|
||||||
}
|
}
|
||||||
|
|
||||||
retval = getaddrinfo(s, NULL, &hints, &res);
|
retval = getaddrinfo(s, NULL, hintsp, &res);
|
||||||
|
|
||||||
if(!retval)
|
if(!retval)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue