mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 07:38:23 +00:00
Fix new binary meta-data deserialization and add some debug code (will disable later).
This commit is contained in:
@ -207,6 +207,9 @@ int Network::setConfiguration(const void *confBytes,unsigned int confLen,bool sa
|
||||
#endif
|
||||
}
|
||||
|
||||
if (!newConfig)
|
||||
return 0;
|
||||
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
if (_config == newConfig)
|
||||
|
Reference in New Issue
Block a user