From 843994c074ac931abfb327f51b315131abf100ec Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 17 May 2008 10:50:08 +0000 Subject: [PATCH] whoops. --- code/qcommon/net_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/net_ip.c b/code/qcommon/net_ip.c index cb2094e2..55a1d4f6 100644 --- a/code/qcommon/net_ip.c +++ b/code/qcommon/net_ip.c @@ -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) {