mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Fixes missing return for selwatch_wait() in 'src/ipmievd.c'.
Added return 0;''.
This commit is contained in:
parent
fbf75dd075
commit
9217312cc4
@ -667,6 +667,7 @@ selwatch_wait(struct ipmi_event_intf * eintf)
|
||||
}
|
||||
sleep(selwatch_timeout);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/*************************************************************************/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user