From 0e23021b62c71c096820645ee3a1b76615c15661 Mon Sep 17 00:00:00 2001 From: thilo Date: Sat, 17 May 2008 10:50:08 +0000 Subject: whoops. git-svn-id: svn://svn.icculus.org/quake3/trunk@1345 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/net_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/net_ip.c') diff --git a/code/qcommon/net_ip.c b/code/qcommon/net_ip.c index cb2094e..55a1d4f 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) { -- cgit v1.2.3