mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
1eab42eadd
commit
2a90817c66
@ -1448,7 +1448,7 @@ void ClusterListener::MessageHandler(const Endpoint::Ptr& sender, const Dictiona
|
|||||||
Dictionary::Ptr remoteFile = kv.second;
|
Dictionary::Ptr remoteFile = kv.second;
|
||||||
bool writeFile = false;
|
bool writeFile = false;
|
||||||
String hash = SHA256(kv.first);
|
String hash = SHA256(kv.first);
|
||||||
String path = dir + "/" + hash;
|
String path = dir + "/" + hash + ".conf";
|
||||||
|
|
||||||
if (!localConfig->Contains(hash))
|
if (!localConfig->Contains(hash))
|
||||||
writeFile = true;
|
writeFile = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user