mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Build fix.
This commit is contained in:
parent
f13493edb2
commit
316e8d1939
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ bool Switch::sendHELLO(const SharedPtr<Peer> &dest,const InetAddress &destUdp)
|
||||||
outp.append(now);
|
outp.append(now);
|
||||||
_r->identity.serialize(outp,false);
|
_r->identity.serialize(outp,false);
|
||||||
outp.armor(dest->key(),false);
|
outp.armor(dest->key(),false);
|
||||||
return _r->sm->send(deskUdp,false,false,outp.data(),outp.size());
|
return _r->sm->send(destUdp,false,false,outp.data(),outp.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Switch::unite(const Address &p1,const Address &p2,bool force)
|
bool Switch::unite(const Address &p1,const Address &p2,bool force)
|
||||||
|
|
Loading…
Add table
Reference in a new issue