mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9362 from Icinga/bugfix/remove-redundant-serialization
Remove redundant call to Serialize() in ConfigItem::Commit()
This commit is contained in:
commit
4522522444
|
@ -288,7 +288,7 @@ ConfigObject::Ptr ConfigItem::Commit(bool discard)
|
|||
Dictionary::Ptr persistentItem = new Dictionary({
|
||||
{ "type", type->GetName() },
|
||||
{ "name", GetName() },
|
||||
{ "properties", Serialize(dobj, FAConfig) },
|
||||
{ "properties", serializedObject },
|
||||
{ "debug_hints", dhint },
|
||||
{ "debug_info", new Array({
|
||||
m_DebugInfo.Path,
|
||||
|
|
Loading…
Reference in New Issue