Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32833
b: refs/heads/master
c: d569f1d
h: refs/heads/master
i:
  32831: a910a93
v: v3
  • Loading branch information
Guillaume Chazarain authored and David S. Miller committed Jul 25, 2006
1 parent c68ec65 commit f580ef1
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: 6b7fdc3ae18a0598a999156b62d55ea55220e00f
refs/heads/master: d569f1d72f068992d07ab17f7ff9aea7f0d97cdb
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
}

/* Remove any debris in the socket control block */
memset(&(IPCB(skb)->opt), 0, sizeof(struct ip_options));
memset(IPCB(skb), 0, sizeof(struct inet_skb_parm));

return NF_HOOK(PF_INET, NF_IP_PRE_ROUTING, skb, dev, NULL,
ip_rcv_finish);
Expand Down

0 comments on commit f580ef1

Please sign in to comment.