mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add NULL for new entrypoint.
This commit is contained in:
parent
86079f581f
commit
a793b9c097
1 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,8 @@ static struct ng_type mntypestruct = {
|
|||
ngmn_connect,
|
||||
ngmn_rcvdata,
|
||||
ngmn_rcvdata,
|
||||
ngmn_disconnect
|
||||
ngmn_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static MALLOC_DEFINE(M_MN, "mn", "Mx driver related");
|
||||
|
|
|
|||
Loading…
Reference in a new issue