Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247451
b: refs/heads/master
c: 0374d9c
h: refs/heads/master
i:
  247449: ea3eb0e
  247447: 09657fd
v: v3
  • Loading branch information
David S. Miller committed May 13, 2011
1 parent a49f3fa commit 330e232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 48e20467227fe540e6bbf3d98df98c2c0fca10f3
refs/heads/master: 0374d9ceb02eb12fcd65be9dd5df9c911ef93424
1 change: 0 additions & 1 deletion trunk/net/ipv4/ip_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ void ip_forward_options(struct sk_buff *skb)
if (srrptr + 3 <= srrspace) {
opt->is_changed = 1;
ip_rt_get_source(&optptr[srrptr-1], rt);
ip_hdr(skb)->daddr = rt->rt_dst;
optptr[2] = srrptr+4;
} else if (net_ratelimit())
printk(KERN_CRIT "ip_forward(): Argh! Destination lost!\n");
Expand Down

0 comments on commit 330e232

Please sign in to comment.