- Fix a bug in sol when no retry-count is set. Was causing a line to be duplicate.

This commit is contained in:
Jean-Michel Audet 2007-02-23 15:12:20 +00:00
parent 45185b23ec
commit bec24b9019

View File

@ -2187,6 +2187,8 @@ ipmi_lanplus_send_payload(
* the BMC
*/
intf->session->sol_data.sol_input_handler(rsp);
/* In order to avoid duplicate output, just set data_len to 0 */
rsp->data_len = 0;
}
}