Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310747
b: refs/heads/master
c: 278f015
h: refs/heads/master
i:
  310745: c19b1f1
  310743: 96447ed
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Jun 7, 2012
1 parent 69342a0 commit af34d44
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5ff0feac88ced864f44adb145142269196fa79d9
refs/heads/master: 278f015e9b67566991d4e831fe38e0ebbeef245e
4 changes: 1 addition & 3 deletions trunk/net/appletalk/ddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,9 +1208,7 @@ static int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
if (addr->sat_addr.s_node == ATADDR_BCAST &&
!sock_flag(sk, SOCK_BROADCAST)) {
#if 1
printk(KERN_WARNING "%s is broken and did not set "
"SO_BROADCAST. It will break when 2.2 is "
"released.\n",
pr_warn("atalk_connect: %s is broken and did not set SO_BROADCAST.\n",
current->comm);
#else
return -EACCES;
Expand Down

0 comments on commit af34d44

Please sign in to comment.