Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247425
b: refs/heads/master
c: c30883b
h: refs/heads/master
i:
  247423: 823a5db
v: v3
  • Loading branch information
David S. Miller committed May 12, 2011
1 parent c186724 commit aa6912d
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: 10949550bd1e50cc91c0f5085f7080a44b0871fe
refs/heads/master: c30883bdff0b3544900a5c4aba18b8985436878f
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ int ip_options_rcv_srr(struct sk_buff *skb)
if (rt2->rt_type != RTN_LOCAL)
break;
/* Superfast 8) loopback forward */
memcpy(&iph->daddr, &optptr[srrptr-1], 4);
iph->daddr = nexthop;
opt->is_changed = 1;
}
if (srrptr <= srrspace) {
Expand Down

0 comments on commit aa6912d

Please sign in to comment.