Explorar o código

Forgot a return true.

Adam Ierymenko %!s(int64=10) %!d(string=hai) anos
pai
achega
6a7b47e5e1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      node/Cluster.cpp

+ 2 - 0
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;