mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
.
This commit is contained in:
parent
3999e468b7
commit
2fa21aa676
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ void Multicaster::send(
|
|||
const CertificateOfMembership *com = (CertificateOfMembership *)0;
|
||||
SharedPtr<NetworkConfig> nconf;
|
||||
if (sn->needsOurNetworkMembershipCertificate(nwid,now,true)) {
|
||||
SharedPtr<Network> nw = RR->node->network(nwid);
|
||||
SharedPtr<Network> nw(RR->node->network(nwid));
|
||||
if (nw) {
|
||||
nconf = nw->config2();
|
||||
if (nconf)
|
||||
|
|
Loading…
Add table
Reference in a new issue