mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-08 04:05:42 +00:00
Fix daynaport statistics read count calculation (#1336)
This commit is contained in:
parent
a164340179
commit
bd30073cb0
@ -155,7 +155,7 @@ int SCSIDaynaPort::Read(cdb_t cdb, vector<uint8_t>& buf, uint64_t)
|
||||
return DAYNAPORT_READ_HEADER_SZ;
|
||||
}
|
||||
|
||||
byte_read_count += rx_packet_size * read_count;
|
||||
byte_read_count += rx_packet_size;
|
||||
|
||||
LogTrace("Packet Size " + to_string(rx_packet_size) + ", read count: " + to_string(read_count));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user