Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287546
b: refs/heads/master
c: 5dc7883
h: refs/heads/master
v: v3
  • Loading branch information
Li Wei authored and David S. Miller committed Feb 10, 2012
1 parent b927996 commit 4c7a712
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2b73bc65e2771372c818db7955709c8caedbf8b9
refs/heads/master: 5dc7883f2a7c25f8df40d7479687153558cd531b
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ void ip_forward_options(struct sk_buff *skb)
}
if (srrptr + 3 <= srrspace) {
opt->is_changed = 1;
ip_rt_get_source(&optptr[srrptr-1], skb, rt);
ip_hdr(skb)->daddr = opt->nexthop;
ip_rt_get_source(&optptr[srrptr-1], skb, rt);
optptr[2] = srrptr+4;
} else if (net_ratelimit())
printk(KERN_CRIT "ip_forward(): Argh! Destination lost!\n");
Expand Down

0 comments on commit 4c7a712

Please sign in to comment.