From 23559c9d0dc2fb81115bc02c33a0103219f3fb55 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Mon, 31 Oct 2022 09:47:01 +0100 Subject: [PATCH] netgraph/ng_bridge: add missing array terminator PR: 267457 Reported by: Robert Morris MFC after: 1 week --- sys/netgraph/ng_bridge.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netgraph/ng_bridge.h b/sys/netgraph/ng_bridge.h index 12717d16ac7..66785998eb5 100644 --- a/sys/netgraph/ng_bridge.h +++ b/sys/netgraph/ng_bridge.h @@ -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 */