mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +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;
|
||||
}
|
||||
|
||||
retval = getaddrinfo(s, NULL, &hints, &res);
|
||||
retval = getaddrinfo(s, NULL, hintsp, &res);
|
||||
|
||||
if(!retval)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue