mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-23 01:18:58 +00:00
Forgot a return true.
This commit is contained in:
@ -394,6 +394,8 @@ bool Cluster::sendViaCluster(const Address &fromPeerAddress,const Address &toPee
|
|||||||
Mutex::Lock _l2(_members[canHasPeer].lock);
|
Mutex::Lock _l2(_members[canHasPeer].lock);
|
||||||
_send(canHasPeer,STATE_MESSAGE_RELAY,buf.data(),buf.size());
|
_send(canHasPeer,STATE_MESSAGE_RELAY,buf.data(),buf.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user