net/netfilter: fix windows compile error

Resolve compilation errors encountered during compilation in windows
platform.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2024-06-25 11:28:22 +08:00 committed by Xiang Xiao
parent 25adc9fdaa
commit 5e1c25b23c

View File

@ -80,6 +80,8 @@ static struct ip6t_table_s g_tables[] =
{
#ifdef CONFIG_NET_IPFILTER
{NULL, ip6t_filter_init, ip6t_filter_apply},
#else
{NULL, NULL, NULL}
#endif
};