Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264385
b: refs/heads/master
c: 8bae8bd
h: refs/heads/master
i:
  264383: 5086f7f
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 19, 2011
1 parent c5d4b9c commit 176db11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d97480b1806e883eb1c7889d4e7a87e936e06d9
refs/heads/master: 8bae8bd6cb24eecad9fda3e125d36ab9c67d3fd7
2 changes: 2 additions & 0 deletions trunk/drivers/net/pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,10 @@ static int pptp_xmit(struct ppp_channel *chan, struct sk_buff *skb)
ip_send_check(iph);

ip_local_out(skb);
return 1;

tx_error:
kfree_skb(skb);
return 1;
}

Expand Down

0 comments on commit 176db11

Please sign in to comment.