mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-19 11:16:32 +00:00
Build fix.
This commit is contained in:
parent
f13493edb2
commit
316e8d1939
@ -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…
Reference in New Issue
Block a user