From cf74129ba8428a6db2e7c9446956e709da7dbe57 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 1 May 2006 23:22:44 +0000 Subject: [PATCH] grr last time --- 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 a1e5130..66664f8 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 (eintf->open(eintf) < 0) { + if (eintf->intf->open(eintf->intf) < 0) { lprintf(LOG_ERR, "Unable to open interface"); return -1; }