Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69414
b: refs/heads/master
c: 9c2842b
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Oct 15, 2007
1 parent 650164e commit 3d29556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 861d04860725dc85944bf9fa815af338d9e56b43
refs/heads/master: 9c2842bd94dd72d77bddb498bdd76342a0089168
3 changes: 0 additions & 3 deletions trunk/net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,6 @@ static unsigned int br_nf_pre_routing(unsigned int hook, struct sk_buff *skb,
struct iphdr *iph;
__u32 len = nf_bridge_encap_header_len(skb);

if ((skb = skb_share_check(skb, GFP_ATOMIC)) == NULL)
return NF_STOLEN;

if (unlikely(!pskb_may_pull(skb, len)))
goto out;

Expand Down

0 comments on commit 3d29556

Please sign in to comment.