cluster: Another log replay fix.

This commit is contained in:
Gunnar Beutner 2013-09-16 09:57:30 +02:00
parent 644716fb1f
commit 790ccc1079

View File

@ -347,6 +347,8 @@ void ClusterComponent::ReplayLog(const Endpoint::Ptr& endpoint, const Stream::Pt
last_sync = true; last_sync = true;
} }
count = 0;
BOOST_FOREACH(int ts, files) { BOOST_FOREACH(int ts, files) {
String path = GetClusterDir() + "log/" + Convert::ToString(ts); String path = GetClusterDir() + "log/" + Convert::ToString(ts);