mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue