Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86275
b: refs/heads/master
c: 27ecb1f
h: refs/heads/master
i:
  86273: 677c7de
  86271: 5f505c2
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Feb 20, 2008
1 parent ca5dd3f commit 036a9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d9904c2604ce091c97c225b5e2f92f3e7cc2e3a
refs/heads/master: 27ecb1ff0afa2260e6856c05efd6fedcd0cc76b9
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_iprange.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ iprange_ipv6_sub(const struct in6_addr *a, const struct in6_addr *b)
int r;

for (i = 0; i < 4; ++i) {
r = (__force u32)a->s6_addr32[i] - (__force u32)b->s6_addr32[i];
r = ntohl(a->s6_addr32[i]) - ntohl(b->s6_addr32[i]);
if (r != 0)
return r;
}
Expand Down

0 comments on commit 036a9b8

Please sign in to comment.