mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-22 06:12:19 +08:00
intf -> eintf
This commit is contained in:
parent
ac40435a4a
commit
3a30f4d0b8
@ -645,7 +645,7 @@ ipmievd_main(struct ipmi_event_intf * eintf, int argc, char ** argv)
|
|||||||
* so error messages are not lost to syslog and
|
* so error messages are not lost to syslog and
|
||||||
* return code is successfully returned to initscript
|
* return code is successfully returned to initscript
|
||||||
*/
|
*/
|
||||||
if (intf->open(intf) < 0) {
|
if (eintf->open(eintf) < 0) {
|
||||||
lprintf(LOG_ERR, "Unable to open interface");
|
lprintf(LOG_ERR, "Unable to open interface");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user