Accepting request 82092 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/82092 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipmitool?expand=0&rev=15
This commit is contained in:
parent
ae9eb37a46
commit
c93ca60884
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 15:58:27 CEST 2010 - meissner@suse.de
|
||||
|
||||
- add a missing return value in one error branch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 4 01:59:27 CET 2010 - ro@suse.de
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
--- ipmitool-1.8.11/src/plugins/lan/lan.c 2010/03/04 00:55:42 1.1
|
||||
+++ ipmitool-1.8.11/src/plugins/lan/lan.c 2010/03/04 00:56:39
|
||||
@@ -1071,7 +1071,7 @@
|
||||
Index: ipmitool-1.8.11/src/plugins/lan/lan.c
|
||||
===================================================================
|
||||
--- ipmitool-1.8.11.orig/src/plugins/lan/lan.c
|
||||
+++ ipmitool-1.8.11/src/plugins/lan/lan.c
|
||||
@@ -1071,7 +1071,7 @@ uint8_t * ipmi_lan_build_sol_msg(struct
|
||||
msg = malloc(len);
|
||||
if (msg == NULL) {
|
||||
lprintf(LOG_ERR, "ipmitool: malloc failure");
|
||||
@ -9,3 +11,16 @@
|
||||
}
|
||||
memset(msg, 0, len);
|
||||
|
||||
Index: ipmitool-1.8.11/src/plugins/lanplus/lanplus.c
|
||||
===================================================================
|
||||
--- ipmitool-1.8.11.orig/src/plugins/lanplus/lanplus.c
|
||||
+++ ipmitool-1.8.11/src/plugins/lanplus/lanplus.c
|
||||
@@ -734,7 +734,7 @@ ipmi_lan_poll_recv(struct ipmi_intf * in
|
||||
ipmi_req_remove_entry(rsp->payload.ipmi_response.rq_seq,
|
||||
rsp->payload.ipmi_response.cmd);
|
||||
ipmi_lan_poll_recv(intf);
|
||||
- return;
|
||||
+ return NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user