mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
uninitialized variable
This commit is contained in:
parent
eb8653f02a
commit
e34c7eeb5c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user