mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
Properly retun error core from kbdmux_modevent()
Reported by: Christoph Mallon < christoph -dot- mallon -at- gmx -dot- de > MFC after: 1 week
This commit is contained in:
parent
e627b033dc
commit
8de7d5083c
1 changed files with 1 additions and 1 deletions
|
|
@ -1363,7 +1363,7 @@ kbdmux_modevent(module_t mod, int type, void *data)
|
|||
break;
|
||||
}
|
||||
|
||||
return (0);
|
||||
return (error);
|
||||
}
|
||||
|
||||
DEV_MODULE(kbdmux, kbdmux_modevent, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue