mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
- Fix a bug in sol when no retry-count is set. Was causing a line to be duplicate.
This commit is contained in:
parent
45185b23ec
commit
bec24b9019
@ -2187,6 +2187,8 @@ ipmi_lanplus_send_payload(
|
|||||||
* the BMC
|
* the BMC
|
||||||
*/
|
*/
|
||||||
intf->session->sol_data.sol_input_handler(rsp);
|
intf->session->sol_data.sol_input_handler(rsp);
|
||||||
|
/* In order to avoid duplicate output, just set data_len to 0 */
|
||||||
|
rsp->data_len = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user