mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-15 22:07:43 +02:00
Remove unused key in the execution
This commit is contained in:
parent
eb38821869
commit
c019dc9f90
@ -998,9 +998,6 @@ Value ClusterEvents::ExecutedCommandAPIHandler(const MessageOrigin::Ptr& origin,
|
|||||||
return Empty;
|
return Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (params->Contains("error"))
|
|
||||||
execution->Set("error", params->Get("error"));
|
|
||||||
|
|
||||||
if (params->Contains("exit"))
|
if (params->Contains("exit"))
|
||||||
execution->Set("exit", params->Get("exit"));
|
execution->Set("exit", params->Get("exit"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user