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:
commit
adcce43685
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user