mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-13 04:48:12 +02:00
Remove pending key when the execution is completed
This commit is contained in:
parent
9a6646f76f
commit
eb38821869
@ -1013,7 +1013,7 @@ Value ClusterEvents::ExecutedCommandAPIHandler(const MessageOrigin::Ptr& origin,
|
||||
if (params->Contains("end"))
|
||||
execution->Set("end", params->Get("end"));
|
||||
|
||||
execution->Set("pending", false);
|
||||
execution->Remove("pending");
|
||||
|
||||
/* Broadcast the update */
|
||||
Dictionary::Ptr executionsToBroadcast = new Dictionary();
|
||||
|
Loading…
x
Reference in New Issue
Block a user