[riot-notifications] [RIOT] 6lowpan nd: check right NCE in AR handling (#3910)
Martine Lenders
notifications at github.com
Mon Sep 21 09:37:04 CEST 2015
> @@ -262,7 +263,7 @@ uint8_t gnrc_sixlowpan_nd_opt_ar_handle(kernel_pid_t iface, ipv6_hdr_t *ipv6, ui
> return 0;
> }
> ipv6_iface = gnrc_ipv6_netif_get(iface);
> - nc_entry = gnrc_ipv6_nc_get(iface, &ipv6->src);
> + nc_entry = gnrc_ipv6_nc_get(iface, addr);
Why is `ipv6->src` wrong here?
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3910/files#r39946307
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150921/748ee438/attachment.html>
More information about the notifications
mailing list