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:
Zdenek Styblik 2013-03-16 21:15:21 +00:00
parent 6f1bd51f1e
commit 002c8becf4

View File

@ -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)