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:
Pat Donlin 2015-07-21 08:51:22 -05:00 committed by Zdenek Styblik
parent 70099a3c40
commit 259500e127

View File

@ -337,9 +337,6 @@ ipmi_raw_main(struct ipmi_intf * intf, int argc, char ** argv)
return -1;
}
ipmi_intf_session_set_timeout(intf, 15);
ipmi_intf_session_set_retry(intf, 1);
lun = intf->target_lun;
netfn_tmp = str2val(argv[0], ipmi_netfn_vals);
if (netfn_tmp == 0xff) {