Fix second Deserialize() call in ApiEvents::ExecuteCommandAPIHandler

refs #8117
This commit is contained in:
Gunnar Beutner 2015-03-06 01:45:43 +01:00
parent 139540b570
commit 52102d815d
1 changed files with 0 additions and 1 deletions

View File

@ -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());