Skip to content

Commit

Permalink
Fixed return value on ipv6_nd
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Lacamera committed Apr 1, 2015
1 parent e698080 commit 9ebabd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/pico_ipv6_nd.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ static struct pico_ipv6_neighbor *pico_nd_create_stale_entry(struct pico_ip6 *ad
struct pico_ipv6_neighbor *n = pico_nd_add(addr, dev);
if (n)
n->state = PICO_ND_STATE_STALE;
return n;
}

static void pico_ipv6_nd_unreachable(struct pico_ip6 *a)
Expand Down

0 comments on commit 9ebabd6

Please sign in to comment.