mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-22 14:22:19 +08: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)
|
ipmi_lan_send_cmd(struct ipmi_intf * intf, struct ipmi_rq * req)
|
||||||
{
|
{
|
||||||
struct ipmi_rq_entry * entry;
|
struct ipmi_rq_entry * entry;
|
||||||
struct ipmi_rs * rsp;
|
struct ipmi_rs * rsp = NULL;
|
||||||
int try = 0;
|
int try = 0;
|
||||||
|
|
||||||
if (intf->opened == 0 && intf->open != NULL) {
|
if (intf->opened == 0 && intf->open != NULL) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user