netgraph/ng_bridge: add missing array terminator

PR:		267457
Reported by:	Robert Morris <rtm@lcs.mit.edu>
MFC after:	1 week
This commit is contained in:
Kristof Provost 2022-10-31 09:47:01 +01:00
parent ac6f924e1c
commit 23559c9d0d

View file

@ -148,6 +148,7 @@ struct ng_bridge_move_host {
#define NG_BRIDGE_MOVE_HOST_TYPE_INFO(entype) { \
{ "addr", (entype) }, \
{ "hook", &ng_parse_hookbuf_type }, \
{ NULL } \
}
/* Netgraph control messages */