mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
Fix potential bug in controller config request.
This commit is contained in:
@ -264,7 +264,7 @@ void Network::requestConfiguration()
|
||||
outp.append((uint64_t)_config->revision());
|
||||
else outp.append((uint64_t)0);
|
||||
}
|
||||
RR->sw->send(outp,true,_id);
|
||||
RR->sw->send(outp,true,0);
|
||||
}
|
||||
|
||||
bool Network::validateAndAddMembershipCertificate(const CertificateOfMembership &cert)
|
||||
|
Reference in New Issue
Block a user