Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247055
b: refs/heads/master
c: 28c90da
h: refs/heads/master
i:
  247053: 52a57fd
  247051: c816814
  247047: d0a3743
  247039: 26842f2
v: v3
  • Loading branch information
David S. Miller committed May 4, 2011
1 parent e4d5592 commit 6666b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 31e4543db29fb85496a122b965d6482c8d1a2bfe
refs/heads/master: 28c90da02ed7367fc5714adefce2a961e5bae306
4 changes: 2 additions & 2 deletions trunk/drivers/net/pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ static int pptp_xmit(struct ppp_channel *chan, struct sk_buff *skb)
iph->frag_off = 0;
iph->protocol = IPPROTO_GRE;
iph->tos = 0;
iph->daddr = rt->rt_dst;
iph->saddr = rt->rt_src;
iph->daddr = fl4.daddr;
iph->saddr = fl4.saddr;
iph->ttl = ip4_dst_hoplimit(&rt->dst);
iph->tot_len = htons(skb->len);

Expand Down

0 comments on commit 6666b00

Please sign in to comment.