Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352516
b: refs/heads/master
c: 9aac22d
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Feb 18, 2013
1 parent e6bb653 commit 53bbaae
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0d4bfa297c3f7efb71367449ee44f9d3fb0f5871
refs/heads/master: 9aac22deb11a3da4df5b868fc3d30b07185b0d71
3 changes: 2 additions & 1 deletion trunk/net/ipv4/xfrm4_mode_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ static int xfrm4_mode_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
for_each_input_rcu(rcv_notify_handlers, handler)
handler->handler(skb);

if (err = skb_unclone(skb, GFP_ATOMIC))
err = skb_unclone(skb, GFP_ATOMIC);
if (err)
goto out;

if (x->props.flags & XFRM_STATE_DECAP_DSCP)
Expand Down

0 comments on commit 53bbaae

Please sign in to comment.