mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
fix use of received_byte_count, patch from cyclades
This commit is contained in:
parent
6c43afe6f3
commit
8e7361bb6c
@ -2146,9 +2146,7 @@ check_sol_packet_for_new_data(
|
||||
* This is the same as the last packet, but may include
|
||||
* extra data
|
||||
*/
|
||||
new_data_size =
|
||||
rsp->data_len -
|
||||
intf->session->sol_data.last_received_byte_count;
|
||||
new_data_size = rsp->data_len - last_received_byte_count;
|
||||
|
||||
if (new_data_size > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user