Fix new binary meta-data deserialization and add some debug code (will disable later).

This commit is contained in:
Adam Ierymenko 2016-05-16 18:37:37 -07:00
parent de1b745988
commit 93b673043c
3 changed files with 41 additions and 1 deletions

View file

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