Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190253
b: refs/heads/master
c: 6443bb1
h: refs/heads/master
i:
  190251: 45b8bcd
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 25, 2010
1 parent 16294c8 commit 0ba887c
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: 401da6aea31ef69c2fcd260382adabdcf7ce820a
refs/heads/master: 6443bb1fc2050ca2b6585a3fa77f7833b55329ed
2 changes: 1 addition & 1 deletion trunk/net/ipv6/inet6_connection_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int inet6_csk_bind_conflict(const struct sock *sk,
ipv6_rcv_saddr_equal(sk, sk2))
break;
else if (sk->sk_reuse && sk2->sk_reuse &&
!ipv6_addr_any(inet6_rcv_saddr(sk2)) &&
!ipv6_addr_any(inet6_rcv_saddr(sk)) &&
ipv6_rcv_saddr_equal(sk, sk2))
break;
}
Expand Down

0 comments on commit 0ba887c

Please sign in to comment.