1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-07 11:07:03 +00:00
This commit is contained in:
Julian Kranz 2012-01-01 20:27:19 +01:00 committed by Barak A. Pearlmutter
parent 0938b54d6f
commit a44b540c66

View file

@ -379,7 +379,7 @@ char inet6_addr_equals(struct in6_addr *a, struct in6_addr *b) {
: "\n");
// char i;
for (i = 4; i >= 0; --i)
for (i = 3; i >= 0; --i)
if(a->__in6_u.__u6_addr32[i] != b->__in6_u.__u6_addr32[i])
return 0;