From 6a7b47e5e19687b2dda19449d4f0758388065077 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 20 Oct 2015 17:27:57 -0700 Subject: Forgot a return true. --- node/Cluster.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node') diff --git a/node/Cluster.cpp b/node/Cluster.cpp index 7f4a21b0..abe970e0 100644 --- a/node/Cluster.cpp +++ b/node/Cluster.cpp @@ -394,6 +394,8 @@ bool Cluster::sendViaCluster(const Address &fromPeerAddress,const Address &toPee Mutex::Lock _l2(_members[canHasPeer].lock); _send(canHasPeer,STATE_MESSAGE_RELAY,buf.data(),buf.size()); } + + return true; } return false; -- cgit v1.2.3