1
0
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:
Kaspar Schleiser 2015-07-08 09:24:08 +02:00
parent 8456c9c3fe
commit 3efd2e9fae

View File

@ -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;
}