From 3a30f4d0b8efcfaf949655fd5acd1f13b31ae341 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 1 May 2006 23:20:49 +0000 Subject: [PATCH] intf -> eintf --- ipmitool/src/ipmievd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/src/ipmievd.c b/ipmitool/src/ipmievd.c index 8e7fb6a..a1e5130 100644 --- a/ipmitool/src/ipmievd.c +++ b/ipmitool/src/ipmievd.c @@ -645,7 +645,7 @@ ipmievd_main(struct ipmi_event_intf * eintf, int argc, char ** argv) * so error messages are not lost to syslog and * return code is successfully returned to initscript */ - if (intf->open(intf) < 0) { + if (eintf->open(eintf) < 0) { lprintf(LOG_ERR, "Unable to open interface"); return -1; }