fix shadowing warning
This commit is contained in:
parent
f0ee7772e8
commit
7f2411358d
@ -65,7 +65,7 @@ void ActionHelper::prepareExecution(MessageQueueId_t commandedBy, ActionId_t act
|
|||||||
ReturnValue_t result;
|
ReturnValue_t result;
|
||||||
if (dataAddress != store_address_t::invalid()) {
|
if (dataAddress != store_address_t::invalid()) {
|
||||||
hasAdditionalData = true;
|
hasAdditionalData = true;
|
||||||
ReturnValue_t result = ipcStore->getData(dataAddress, &dataPtr, &size);
|
result = ipcStore->getData(dataAddress, &dataPtr, &size);
|
||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
CommandMessage reply;
|
CommandMessage reply;
|
||||||
ActionMessage::setStepReply(&reply, actionId, 0, result);
|
ActionMessage::setStepReply(&reply, actionId, 0, result);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user