mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
585f0537d2
commit
bb7fe3334a
@ -262,11 +262,6 @@ void DbObject::SendVarsConfigUpdateHeavy(void)
|
||||
query3.Category = DbCatConfig;
|
||||
query3.Fields = fields;
|
||||
|
||||
query3.WhereCriteria = new Dictionary();
|
||||
query3.WhereCriteria->Set("object_id", obj);
|
||||
query3.WhereCriteria->Set("varname", kv.first);
|
||||
query3.Object = this;
|
||||
|
||||
queries.push_back(query3);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user