This commit is contained in:
Thilo Schulz 2008-05-17 10:50:08 +00:00
parent 81f9b20bfb
commit 843994c074
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {