Skip to content
Snippets Groups Projects
Commit c6307eb0 authored by Claudio Bisegni's avatar Claudio Bisegni
Browse files

fix th submission command bug due to a...dislessic bug

parent 17786f37
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@
location = "group:Documentation/chaosdocs">
</FileRef>
</Group>
<FileRef
location = "group:CHAOSFramework.xcodeproj">
</FileRef>
<FileRef
location = "group:example/ChaosCLI/ChaosCLI.xcodeproj">
</FileRef>
......
......@@ -280,7 +280,7 @@ CDataWrapper* SCAbstractControlUnit::setDatasetAttribute(CDataWrapper *datasetAt
result_for_command->addInt64Value(chaos_batch::BatchCommandExecutorRpcActionKey::RPC_GET_COMMAND_STATE_CMD_ID_UI64, command_id);
}
CDataWrapper *result = AbstractControlUnit::setDatasetAttribute(datasetAttributeValues, detachParam);
if(!result) {
if(result) {
result_for_command->copyKeyTo(chaos_batch::BatchCommandExecutorRpcActionKey::RPC_GET_COMMAND_STATE_CMD_ID_UI64, *result);
} else {
result = result_for_command.release();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment