m_services: Make sure to return a value from the modinit function.
This commit is contained in:
parent
784ce5c1cc
commit
8a4b837775
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ static int
|
|||
_modinit(void)
|
||||
{
|
||||
mark_services();
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue