mirror of https://github.com/Icinga/icinga2.git
parent
a0359799bd
commit
82a9a8f0cf
|
@ -96,6 +96,7 @@ void ConfigCompilerContext::WriteObject(const Dictionary::Ptr& object)
|
|||
void ConfigCompilerContext::FinishObjectsFile(void)
|
||||
{
|
||||
m_ObjectsFP->Close();
|
||||
m_ObjectsFP.reset();
|
||||
|
||||
String tempFilename = m_ObjectsPath + ".tmp";
|
||||
|
||||
|
|
Loading…
Reference in New Issue