Skip to content

Commit

Permalink
NSH: eliminate a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Sep 27, 2017
1 parent 21c9b79 commit 976ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nshlib/nsh_netcmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 (inet6 != NULL)
if (inet6)
#endif
{
#warning Missing Logic
Expand Down

0 comments on commit 976ce05

Please sign in to comment.