small fix for helper #698

Merged
gaisser merged 3 commits from mueller/small-helper-script-fix into development 2022-10-10 14:44:00 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3e9acf476e - Show all commits

View File

@ -458,7 +458,7 @@ ReturnValue_t DeviceHandlerBase::insertInCommandMap(DeviceCommandId_t deviceComm
info.expectedReplies = 0;
info.isExecuting = false;
info.sendReplyTo = NO_COMMANDER;
info.useAlternativeReplyId = alternativeReplyId;
info.useAlternativeReplyId = useAlternativeReply;
info.alternativeReplyId = alternativeReplyId;
auto resultPair = deviceCommandMap.emplace(deviceCommand, info);
if (resultPair.second) {