Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8962
b: refs/heads/master
c: 40796c5
h: refs/heads/master
v: v3
  • Loading branch information
David L Stevens authored and David S. Miller committed Sep 15, 2005
1 parent 6a65454 commit 7faa54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 87375ab47cd0ba04124c6d3fd80db5c368f5dcb6
refs/heads/master: 40796c5e8f2a93008e9034b3110a7e7b1fa0fba0
5 changes: 2 additions & 3 deletions trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,8 @@ static struct sock *udp_v6_mcast_next(struct sock *sk,
continue;

if (!ipv6_addr_any(&np->rcv_saddr)) {
if (ipv6_addr_equal(&np->rcv_saddr, loc_addr))
return s;
continue;
if (!ipv6_addr_equal(&np->rcv_saddr, loc_addr))
continue;
}
if(!inet6_mc_check(s, loc_addr, rmt_addr))
continue;
Expand Down

0 comments on commit 7faa54f

Please sign in to comment.