mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
(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:
parent
494d794f95
commit
ad2ee5ddd1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue