add new files & remove old ones from VS project. Now builds & runs on Windows again

This commit is contained in:
Grant Limberg 2016-11-03 12:10:50 -07:00
parent 8cced06a2d
commit 8ffae313fd
8 changed files with 61 additions and 30 deletions

View file

@ -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)