(too lazy to boot linux to test this before committing)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4536 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-11-24 16:49:56 +00:00
parent 494d794f95
commit ad2ee5ddd1

View file

@ -2125,6 +2125,7 @@ int FTENET_GetLocalAddress(netadr_t *out, int port, int count, qboolean ipx, qbo
{
struct ifaddrs *ifa;
int fam;
int idx;
unsigned int time = Sys_Milliseconds();
if (time - iftime > 1000 && iflist)
{