mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add explicit null entries for new entrypoints.
Forgotten by: Archie
This commit is contained in:
parent
d0fef8084f
commit
86079f581f
6 changed files with 12 additions and 6 deletions
|
|
@ -276,7 +276,8 @@ static struct ng_type typestruct = {
|
|||
ngar_connect,
|
||||
ngar_rcvdata,
|
||||
ngar_rcvdata,
|
||||
ngar_disconnect
|
||||
ngar_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngar_done_init = 0;
|
||||
|
|
|
|||
|
|
@ -276,7 +276,8 @@ static struct ng_type typestruct = {
|
|||
ngar_connect,
|
||||
ngar_rcvdata,
|
||||
ngar_rcvdata,
|
||||
ngar_disconnect
|
||||
ngar_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngar_done_init = 0;
|
||||
|
|
|
|||
|
|
@ -396,7 +396,8 @@ static struct ng_type typestruct = {
|
|||
ngsr_connect,
|
||||
ngsr_rcvdata,
|
||||
ngsr_rcvdata,
|
||||
ngsr_disconnect
|
||||
ngsr_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngsr_done_init = 0;
|
||||
|
|
|
|||
|
|
@ -396,7 +396,8 @@ static struct ng_type typestruct = {
|
|||
ngsr_connect,
|
||||
ngsr_rcvdata,
|
||||
ngsr_rcvdata,
|
||||
ngsr_disconnect
|
||||
ngsr_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngsr_done_init = 0;
|
||||
|
|
|
|||
|
|
@ -276,7 +276,8 @@ static struct ng_type typestruct = {
|
|||
ngar_connect,
|
||||
ngar_rcvdata,
|
||||
ngar_rcvdata,
|
||||
ngar_disconnect
|
||||
ngar_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngar_done_init = 0;
|
||||
|
|
|
|||
|
|
@ -396,7 +396,8 @@ static struct ng_type typestruct = {
|
|||
ngsr_connect,
|
||||
ngsr_rcvdata,
|
||||
ngsr_rcvdata,
|
||||
ngsr_disconnect
|
||||
ngsr_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngsr_done_init = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue