Build fixes.
This commit is contained in:
parent
d8dae365f6
commit
0723a85ab3
9 changed files with 13 additions and 13 deletions
|
@ -1654,7 +1654,7 @@ void EmbeddedNetworkController::_request(
|
|||
|
||||
DB::cleanMember(member);
|
||||
_db.save(member,true);
|
||||
_sender->ncSendConfig(nwid,requestPacketId,identity.address(),*(nc.get()),metaData.getUI(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_VERSION,0) < 6);
|
||||
_sender->ncSendConfig(nwid,requestPacketId,identity.address(),*(nc.get()),false);
|
||||
}
|
||||
|
||||
void EmbeddedNetworkController::_startThreads()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue