mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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;
|
||||
}
|
||||
|
||||
count = 0;
|
||||
|
||||
BOOST_FOREACH(int ts, files) {
|
||||
String path = GetClusterDir() + "log/" + Convert::ToString(ts);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user