mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-20 08:03:53 +00:00
Windows build fixes.
This commit is contained in:
@ -112,7 +112,7 @@ public:
|
||||
inline unsigned int numSupernodes() const
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
return _supernodePeers.size();
|
||||
return (unsigned int)_supernodePeers.size();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user