mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
parent
a0359799bd
commit
82a9a8f0cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue