Actually set the HasData attribute on Read Responses
--HG-- extra : convert_revision : 129dadbf8091ab00fb7f16eace59df265fc3718c
This commit is contained in:
parent
89e80ccc20
commit
b40798070b
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ class Packet
|
|||
int icmd = (int)cmd;
|
||||
icmd &= ~(IsRequest);
|
||||
icmd |= IsResponse;
|
||||
if (isRead())
|
||||
icmd |= HasData;
|
||||
cmd = (Command)icmd;
|
||||
dest = src;
|
||||
srcValid = false;
|
||||
|
|
Loading…
Reference in a new issue