mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
REVERT - ID: 3608261 - FReq - 'lib/ipmi_delloem.c' - clean up the code
I'm reverting previous commit. I'm not sure what happened, but there is a huge difference between what got committed, what came as a diff in e-mail and what should have been committed in the first place.
This commit is contained in:
parent
6f1bd51f1e
commit
002c8becf4
@ -2380,7 +2380,7 @@ int get_nic_selection_mode_12g (struct ipmi_intf* intf,int current_arg, char **
|
||||
req.msg.cmd = GET_NIC_SELECTION_12G_CMD;
|
||||
|
||||
req.msg.data = msg_data;
|
||||
req.msg.data_len = input_length
|
||||
req.msg.data_len = input_length;
|
||||
|
||||
rsp = intf->sendrecv(intf, &req);
|
||||
if (rsp == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user