mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
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;
|
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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user