add new files & remove old ones from VS project. Now builds & runs on Windows again
This commit is contained in:
parent
8cced06a2d
commit
8ffae313fd
8 changed files with 61 additions and 30 deletions
|
@ -343,7 +343,7 @@ void Multicaster::clean(uint64_t now)
|
|||
{
|
||||
Mutex::Lock _l(_gatherAuth_m);
|
||||
_GatherAuthKey *k = (_GatherAuthKey *)0;
|
||||
uint64_t *ts = (uint64_t *)ts;
|
||||
uint64_t *ts = NULL;
|
||||
Hashtable<_GatherAuthKey,uint64_t>::Iterator i(_gatherAuth);
|
||||
while (i.next(k,ts)) {
|
||||
if ((now - *ts) >= ZT_MULTICAST_CREDENTIAL_EXPIRATON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue