diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-05-17 10:50:08 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-05-17 10:50:08 +0000 |
commit | 0e23021b62c71c096820645ee3a1b76615c15661 (patch) | |
tree | 18e29a5fe2898b3edac5f2151ae8db2fef216753 | |
parent | ea59b8486a5049be06260c655c6e863276a45deb (diff) | |
download | ioquake3-aero-0e23021b62c71c096820645ee3a1b76615c15661.tar.gz ioquake3-aero-0e23021b62c71c096820645ee3a1b76615c15661.zip |
whoops.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1345 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | code/qcommon/net_ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |