Fix call to intf->open to match new definition.

This commit is contained in:
Fredrik Öhrn 2004-04-26 15:54:34 +00:00
parent 87b893267c
commit a1f58f6009

View File

@ -204,7 +204,7 @@ int main(int argc, char ** argv)
printf("Connecting to OpenIPMI device.\n");
/* open connection to openipmi device */
r = intf->open(intf, NULL, 0, NULL, NULL);
r = intf->open(intf);
if (r < 0) {
printf("ERROR: Unable to open OpenIPMI device\n");
exit(EXIT_FAILURE);