Sfoglia il codice sorgente

Forgot a return true.

Adam Ierymenko 10 anni fa
parent
commit
6a7b47e5e1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;