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-07-14 20:33:18 +08:00
committed by Xiang Xiao
parent 25adc9fdaa
commit 5e1c25b23c
+2
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
};