Skip to content

Commit

Permalink
[SQUASH ME] shell: ng_ipv6_nc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 20, 2015
1 parent 8699c56 commit ea1139f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/shell/commands/sc_ipv6_nc.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ void _ipv6_nc_manage(int argc, char **argv)

if (strcmp("del", argv[1]) == 0) {
_ipv6_nc_del(argv[2]);
return;
}

return;
}

printf("usage: %s add <if> <ipv6_addr> <l2_addr>\n"
Expand Down

0 comments on commit ea1139f

Please sign in to comment.