mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Fix second Deserialize() call in ApiEvents::ExecuteCommandAPIHandler
refs #8117
This commit is contained in:
parent
139540b570
commit
52102d815d
@ -1577,7 +1577,6 @@ Value ApiEvents::ExecuteCommandAPIHandler(const MessageOrigin& origin, const Dic
|
||||
} else
|
||||
return Empty;
|
||||
|
||||
attrs->Clear();
|
||||
attrs->Set(command_type, params->Get("command"));
|
||||
attrs->Set("command_endpoint", sourceEndpoint->GetName());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user