Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171490
b: refs/heads/master
c: 856540e
h: refs/heads/master
v: v3
  • Loading branch information
Brian Haley authored and David S. Miller committed Nov 11, 2009
1 parent 7421965 commit 0647cf8
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: 246c65add098a5ec14310ea17f39fdd57ff8407d
refs/heads/master: 856540ee3116ac04a49bc06c2f30f54dd3faf7db
2 changes: 1 addition & 1 deletion trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static unsigned int udp6_portaddr_hash(struct net *net,

if (ipv6_addr_any(addr6))
hash = jhash_1word(0, mix);
else if (ipv6_addr_type(addr6) == IPV6_ADDR_MAPPED)
else if (ipv6_addr_v4mapped(addr6))
hash = jhash_1word(addr6->s6_addr32[3], mix);
else
hash = jhash2(addr6->s6_addr32, 4, mix);
Expand Down

0 comments on commit 0647cf8

Please sign in to comment.