Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223223
b: refs/heads/master
c: 4e085e7
h: refs/heads/master
i:
  223221: a6520d2
  223219: 5a5c911
  223215: 6f2aadf
v: v3
  • Loading branch information
David S. Miller committed Dec 9, 2010
1 parent f4d728a commit 3473e67
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f19872575ff7819a3723154657a497d9bca66b33
refs/heads/master: 4e085e76cbe558b79b54cbab772f61185879bc64
6 changes: 5 additions & 1 deletion trunk/net/econet/af_econet.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,9 +851,13 @@ static void aun_incoming(struct sk_buff *skb, struct aunhdr *ah, size_t len)
{
struct iphdr *ip = ip_hdr(skb);
unsigned char stn = ntohl(ip->saddr) & 0xff;
struct dst_entry *dst = skb_dst(skb);
struct ec_device *edev = NULL;
struct sock *sk = NULL;
struct sk_buff *newskb;
struct ec_device *edev = skb->dev->ec_ptr;

if (dst)
edev = dst->dev->ec_ptr;

if (! edev)
goto bad;
Expand Down

0 comments on commit 3473e67

Please sign in to comment.