mirror of https://github.com/Icinga/icinga2.git
cluster: Another log replay fix.
This commit is contained in:
parent
644716fb1f
commit
790ccc1079
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue