DTLS: ifdef'd timeout notice (thx rhoenie)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5642 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2020-03-01 11:48:20 +00:00
parent 99e9817dd8
commit a9ce5e303c
1 changed files with 4 additions and 1 deletions

View File

@ -3963,7 +3963,10 @@ void CL_ReadPackets (void)
}
else
NET_ReadPackets(cls.sockets);
NET_DTLS_Timeouts(cls.sockets);
#ifdef HAVE_DTLS
NET_DTLS_Timeouts(cls.sockets);
#endif
//
// check timeout