mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-23 22:01:36 +00:00
uninitialized variable
This commit is contained in:
@@ -691,7 +691,7 @@ struct ipmi_rs *
|
||||
ipmi_lan_send_cmd(struct ipmi_intf * intf, struct ipmi_rq * req)
|
||||
{
|
||||
struct ipmi_rq_entry * entry;
|
||||
struct ipmi_rs * rsp;
|
||||
struct ipmi_rs * rsp = NULL;
|
||||
int try = 0;
|
||||
|
||||
if (intf->opened == 0 && intf->open != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user