Merge branch 'mueller/dhb-bugfixes-improvements' into mueller/master

This commit is contained in:
Robin Müller 2021-09-08 16:09:03 +02:00
commit 215d01b3ca
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 1 deletions

View File

@ -654,7 +654,8 @@ void DeviceHandlerBase::doGetWrite() {
}
// We need to distinguish here, because a raw command never expects a reply.
// (Could be done in eRIRM, but then child implementations need to be careful.
// This could be done in the #enableReplyInReplyMap call,
// but then child implementations would need to be careful.
result = enableReplyInReplyMap(cookieInfo.pendingCommand);
} else if (result != NO_REPLY_EXPECTED) {
// always generate a failure event, so that FDIR knows what's up