mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
rpl: fix compile error in DEBUG
This commit is contained in:
parent
07b1c94f40
commit
35cf255330
@ -621,7 +621,7 @@ void gnrc_rpl_recv_DIO(gnrc_rpl_dio_t *dio, kernel_pid_t iface, ipv6_addr_t *src
|
|||||||
|
|
||||||
if (!(configured_addr = gnrc_ipv6_netif_match_prefix(dodag->iface, &dodag->dodag_id))) {
|
if (!(configured_addr = gnrc_ipv6_netif_match_prefix(dodag->iface, &dodag->dodag_id))) {
|
||||||
DEBUG("RPL: no IPv6 address configured to match the given dodag id: %s\n",
|
DEBUG("RPL: no IPv6 address configured to match the given dodag id: %s\n",
|
||||||
ipv6_addr_to_str(addr_str, dodag_id, sizeof(addr_str)));
|
ipv6_addr_to_str(addr_str, &(dodag->dodag_id), sizeof(addr_str)));
|
||||||
gnrc_rpl_instance_remove(inst);
|
gnrc_rpl_instance_remove(inst);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user