1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

ipv6: fix IPv6 address matching algorithm

This commit is contained in:
Martine Lenders 2014-11-13 00:16:34 +01:00
parent 1831bd8a47
commit ba1527593f

View File

@ -301,6 +301,8 @@ uint8_t ipv6_get_addr_match(const ipv6_addr_t *src,
break;
}
}
break;
}
}