mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 380 raw commands override retry and timeout values
Remove the hard coded override for retry and timeout in ipmi_master_write_read
This commit is contained in:
parent
70099a3c40
commit
259500e127
@ -337,9 +337,6 @@ ipmi_raw_main(struct ipmi_intf * intf, int argc, char ** argv)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ipmi_intf_session_set_timeout(intf, 15);
|
|
||||||
ipmi_intf_session_set_retry(intf, 1);
|
|
||||||
|
|
||||||
lun = intf->target_lun;
|
lun = intf->target_lun;
|
||||||
netfn_tmp = str2val(argv[0], ipmi_netfn_vals);
|
netfn_tmp = str2val(argv[0], ipmi_netfn_vals);
|
||||||
if (netfn_tmp == 0xff) {
|
if (netfn_tmp == 0xff) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user