Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81949
b: refs/heads/master
c: 22e0e62
h: refs/heads/master
i:
  81947: 6456442
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Feb 1, 2008
1 parent db45152 commit 1f51812
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: 969d71089f9b26f7ca4721c8c6559e50d81438f5
refs/heads/master: 22e0e62cd09dcf56fe1a7be66698b6e130e4314c
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_iprange.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ iprange_ipv6_sub(const struct in6_addr *a, const struct in6_addr *b)
int r;

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

0 comments on commit 1f51812

Please sign in to comment.