mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
d7890d542c
commit
60d5959ba4
@ -645,8 +645,6 @@ void IdoPgsqlConnection::InternalExecuteQuery(const DbQuery& query, DbQueryType
|
|||||||
hasid = GetConfigUpdate(query.Object);
|
hasid = GetConfigUpdate(query.Object);
|
||||||
else if (query.StatusUpdate)
|
else if (query.StatusUpdate)
|
||||||
hasid = GetStatusUpdate(query.Object);
|
hasid = GetStatusUpdate(query.Object);
|
||||||
else
|
|
||||||
VERIFY(!"Invalid query flags.");
|
|
||||||
|
|
||||||
if (!hasid)
|
if (!hasid)
|
||||||
upsert = true;
|
upsert = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user