r1345 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 17 06:50:09 EDT 2008


Author: thilo
Date: 2008-05-17 06:50:08 -0400 (Sat, 17 May 2008)
New Revision: 1345

Modified:
   trunk/code/qcommon/net_ip.c
Log:
whoops.


Modified: trunk/code/qcommon/net_ip.c
===================================================================
--- trunk/code/qcommon/net_ip.c	2008-05-17 10:46:41 UTC (rev 1344)
+++ trunk/code/qcommon/net_ip.c	2008-05-17 10:50:08 UTC (rev 1345)
@@ -281,7 +281,7 @@
 		hintsp->ai_family = family;
 	}
 	
-	retval = getaddrinfo(s, NULL, &hints, &res);
+	retval = getaddrinfo(s, NULL, hintsp, &res);
 
 	if(!retval)
 	{




More information about the quake3-commits mailing list