From 47424df417dcbeec9e6415a85176299604b0fde2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 9 Nov 2015 13:39:06 -0800 Subject: Fix (1) a deadlock bug and (2) a bug that prevented distributed rendezvous messages from being sent. --- node/Cluster.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/Cluster.cpp') diff --git a/node/Cluster.cpp b/node/Cluster.cpp index ec115159..419948e2 100644 --- a/node/Cluster.cpp +++ b/node/Cluster.cpp @@ -395,6 +395,7 @@ void Cluster::sendViaCluster(const Address &fromPeerAddress,const Address &toPee mostRecentTs = rpe->second; mostRecentMemberId = rpe->first.second; } + ++rpe; } } -- cgit v1.2.3