mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 28 - 'lib/ipmi_delloem.c' - clean up the code
ipmi_macinfo() - return (-1) on error
This commit is contained in:
parent
5c74d2935e
commit
c0f41fa647
@ -1882,7 +1882,7 @@ ipmi_macinfo(struct ipmi_intf* intf, uint8_t NicNum)
|
||||
return ipmi_macinfo_11g(intf,NicNum);
|
||||
} else {
|
||||
lprintf(LOG_ERR, "Error in getting MAC Address : Not supported platform");
|
||||
return 0;
|
||||
return (-1);
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user