Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40526
b: refs/heads/master
c: 201a95a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 30, 2006
1 parent 2928571 commit 087c438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: d458fd82c9bb536e4a582955e88554a02a92bf78
refs/heads/master: 201a95afaa324b23188eeec268f6bb0b4b70b710
2 changes: 0 additions & 2 deletions trunk/net/appletalk/ddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1584,15 +1584,13 @@ static int atalk_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr

if (usat->sat_addr.s_net || usat->sat_addr.s_node == ATADDR_ANYNODE) {
rt = atrtr_find(&usat->sat_addr);
dev = rt->dev;
} else {
struct atalk_addr at_hint;

at_hint.s_node = 0;
at_hint.s_net = at->src_net;

rt = atrtr_find(&at_hint);
dev = rt->dev;
}
if (!rt)
return -ENETUNREACH;
Expand Down

0 comments on commit 087c438

Please sign in to comment.