From 002c8becf435f9a9e516337303427d6ece5bb018 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sat, 16 Mar 2013 21:15:21 +0000 Subject: [PATCH] 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. --- ipmitool/lib/ipmi_delloem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_delloem.c b/ipmitool/lib/ipmi_delloem.c index 7b12f04..2c57410 100644 --- a/ipmitool/lib/ipmi_delloem.c +++ b/ipmitool/lib/ipmi_delloem.c @@ -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)