mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue