mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Remove unused key in the execution
This commit is contained in:
parent
2cda17a99b
commit
a834b5cecd
@ -1010,9 +1010,6 @@ Value ClusterEvents::ExecutedCommandAPIHandler(const MessageOrigin::Ptr& origin,
|
||||
return Empty;
|
||||
}
|
||||
|
||||
if (params->Contains("error"))
|
||||
execution->Set("error", params->Get("error"));
|
||||
|
||||
if (params->Contains("exit"))
|
||||
execution->Set("exit", params->Get("exit"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user