Rest of GitHub issue #140 implementation.
This commit is contained in:
parent
318c2f025b
commit
960ceb4791
4 changed files with 44 additions and 31 deletions
|
@ -264,7 +264,7 @@ void Network::requestConfiguration()
|
|||
outp.append((uint64_t)_config->revision());
|
||||
else outp.append((uint64_t)0);
|
||||
}
|
||||
RR->sw->send(outp,true);
|
||||
RR->sw->send(outp,true,_id);
|
||||
}
|
||||
|
||||
void Network::addMembershipCertificate(const CertificateOfMembership &cert,bool forceAccept)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue