1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #2007 from authmillenon/ipv6-match-fix

ipv6: fix IPv6 address matching algorithm
This commit is contained in:
Martine Lenders 2014-11-13 12:44:27 +01:00
commit d9e4fc6c14

View File

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