mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 01:11:21 +01:00
gnrc: fix possibly ommited mutex unlock in ng_ipv6_netif_init_by_dev
This commit is contained in:
parent
8456c9c3fe
commit
3efd2e9fae
@ -481,6 +481,7 @@ void ng_ipv6_netif_init_by_dev(void)
|
||||
|
||||
if ((ng_netapi_get(ifs[i], NETCONF_OPT_IPV6_IID, 0, &iid,
|
||||
sizeof(eui64_t)) < 0)) {
|
||||
mutex_unlock(&ipv6_if->mutex);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user