mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
fix signature of ipmi_shutdown_event
The function had a signature of watchdog_fn while in fact it is used as
shutdown_fn.
(cherry picked from commit 90dc788982)
This commit is contained in:
parent
cd5038b62e
commit
e009f28ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ ipmi_wd_event(void *arg, unsigned int cmd, int *error)
|
|||
}
|
||||
|
||||
static void
|
||||
ipmi_shutdown_event(void *arg, unsigned int cmd, int *error)
|
||||
ipmi_shutdown_event(void *arg, int howto)
|
||||
{
|
||||
struct ipmi_softc *sc = arg;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue