Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26633
b: refs/heads/master
c: 63cbd2f
h: refs/heads/master
i:
  26631: 5c6ed43
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed May 9, 2006
1 parent 3463b1c commit 7069432
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: 3a01c1ef75e1d84752ddef607c389bbde9c2576e
refs/heads/master: 63cbd2fda38f3d1f107c4fd6261e5660be3eccf9
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ int ip_options_echo(struct ip_options * dopt, struct sk_buff * skb)

void ip_options_fragment(struct sk_buff * skb)
{
unsigned char * optptr = skb->nh.raw;
unsigned char * optptr = skb->nh.raw + sizeof(struct iphdr);
struct ip_options * opt = &(IPCB(skb)->opt);
int l = opt->optlen;
int optlen;
Expand Down

0 comments on commit 7069432

Please sign in to comment.