Skip to content

Commit

Permalink
gnrc_ndp: adapt for API change in gnrc_ndp_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 31, 2015
1 parent c2a8195 commit 4a075cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/net/gnrc/network_layer/ndp/gnrc_ndp.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ void gnrc_ndp_nbr_sol_handle(kernel_pid_t iface, gnrc_pktsnip_t *pkt,
sicmpv6_size -= (opt->len * 8);
}

gnrc_ndp_internal_send_nbr_adv(iface, tgt, &ipv6->src,
ipv6_addr_is_multicast(&ipv6->dst));
gnrc_ndp_internal_send_nbr_adv(iface, tgt, &ipv6->src, ipv6_addr_is_multicast(&ipv6->dst),
NULL);

return;
}
Expand Down

0 comments on commit 4a075cd

Please sign in to comment.