Merged in masayuki2009/nuttx.apps/network_test (pull request #110)

nshlib/nsh_netcmds.c: Fix a compilation error when IPv4/IPv6 dual stack is enabled

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Masayuki Ishikawa 2017-09-26 03:09:22 +00:00 committed by Gregory Nutt
commit adcce43685

View File

@ -1023,7 +1023,7 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
#ifdef CONFIG_NET_IPv6
#ifdef CONFIG_NET_IPv4
if (inet6i != NULL)
if (inet6 != NULL)
#endif
{
#warning Missing Logic