瀏覽代碼

Forgot a return true.

Adam Ierymenko 10 年之前
父節點
當前提交
6a7b47e5e1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;