mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 17:56:38 +08:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user