summaryrefslogtreecommitdiffstats
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-23 14:40:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-23 14:40:09 -0600
commitfb69955e95d02e80182eccfdd50b5c75c96c19ca (patch)
treec87785127f1881e53ac2ee47fa520c3a62873868 /apps/nshlib
parent46c185f8b87589fb62add06ae3f9078de5b3c683 (diff)
Networking: Various bugfixes related to IPv6 ping
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh_netcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c
index 8f6422de75..f1ebe6625a 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -1241,7 +1241,7 @@ int cmd_ping6(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
ntohs(ipaddr.s6_addr16[2]), ntohs(ipaddr.s6_addr16[3]),
ntohs(ipaddr.s6_addr16[4]), ntohs(ipaddr.s6_addr16[5]),
ntohs(ipaddr.s6_addr16[6]), ntohs(ipaddr.s6_addr16[7]),
- count);
+ DEFAULT_PING_DATALEN);
start = clock_systimer();
for (i = 1; i <= count; i++)