Fix new binary meta-data deserialization and add some debug code (will disable later).
This commit is contained in:
parent
de1b745988
commit
93b673043c
3 changed files with 41 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue