mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 11:07:23 +00:00
Fix call to intf->open to match new definition.
This commit is contained in:
parent
87b893267c
commit
a1f58f6009
@ -204,7 +204,7 @@ int main(int argc, char ** argv)
|
|||||||
printf("Connecting to OpenIPMI device.\n");
|
printf("Connecting to OpenIPMI device.\n");
|
||||||
|
|
||||||
/* open connection to openipmi device */
|
/* open connection to openipmi device */
|
||||||
r = intf->open(intf, NULL, 0, NULL, NULL);
|
r = intf->open(intf);
|
||||||
if (r < 0) {
|
if (r < 0) {
|
||||||
printf("ERROR: Unable to open OpenIPMI device\n");
|
printf("ERROR: Unable to open OpenIPMI device\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user