cluster: Another log replay fix.

This commit is contained in:
Gunnar Beutner 2013-09-16 09:57:30 +02:00
parent 644716fb1f
commit 790ccc1079
1 changed files with 2 additions and 0 deletions

View File

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