Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111995
b: refs/heads/master
c: b9fb150
h: refs/heads/master
i:
  111993: bc5e239
  111991: 0b022cd
v: v3
  • Loading branch information
Tóth László Attila authored and David S. Miller committed Oct 1, 2008
1 parent d1fc7b8 commit 54fab92
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: f5715aea4564f233767ea1d944b2637a5fd7cd2e
refs/heads/master: b9fb15067ce93497bef852c05e406d7a96212a9a
2 changes: 1 addition & 1 deletion trunk/net/ipv4/af_inet.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ int inet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
*/
err = -EADDRNOTAVAIL;
if (!sysctl_ip_nonlocal_bind &&
!inet->freebind &&
!(inet->freebind || inet->transparent) &&
addr->sin_addr.s_addr != htonl(INADDR_ANY) &&
chk_addr_ret != RTN_LOCAL &&
chk_addr_ret != RTN_MULTICAST &&
Expand Down

0 comments on commit 54fab92

Please sign in to comment.