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:
parent
25adc9fdaa
commit
5e1c25b23c
@ -80,6 +80,8 @@ static struct ip6t_table_s g_tables[] =
|
|||||||
{
|
{
|
||||||
#ifdef CONFIG_NET_IPFILTER
|
#ifdef CONFIG_NET_IPFILTER
|
||||||
{NULL, ip6t_filter_init, ip6t_filter_apply},
|
{NULL, ip6t_filter_init, ip6t_filter_apply},
|
||||||
|
#else
|
||||||
|
{NULL, NULL, NULL}
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user