Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136062
b: refs/heads/master
c: 03ba999
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and David S. Miller committed Mar 27, 2009
1 parent 1681fe9 commit 316decc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 65f71b8bd2651e6d6ca9b09fe53a8db2da22b85c
refs/heads/master: 03ba999117eb8688252f9068356b6e028c2c3a56
6 changes: 1 addition & 5 deletions trunk/net/appletalk/ddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1571,14 +1571,10 @@ static int atalk_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr
usat->sat_family != AF_APPLETALK)
return -EINVAL;

/* netatalk doesn't implement this check */
/* netatalk didn't implement this check */
if (usat->sat_addr.s_node == ATADDR_BCAST &&
!sock_flag(sk, SOCK_BROADCAST)) {
printk(KERN_INFO "SO_BROADCAST: Fix your netatalk as "
"it will break before 2.2\n");
#if 0
return -EPERM;
#endif
}
} else {
if (sk->sk_state != TCP_ESTABLISHED)
Expand Down

0 comments on commit 316decc

Please sign in to comment.