diff options
-rw-r--r-- | net/ipv4/xfrm4_mode_tunnel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/xfrm4_mode_tunnel.c b/net/ipv4/xfrm4_mode_tunnel.c index 1162ace30838..fe5189e2e114 100644 --- a/net/ipv4/xfrm4_mode_tunnel.c +++ b/net/ipv4/xfrm4_mode_tunnel.c | |||
@@ -142,7 +142,8 @@ static int xfrm4_mode_tunnel_input(struct xfrm_state *x, struct sk_buff *skb) | |||
142 | for_each_input_rcu(rcv_notify_handlers, handler) | 142 | for_each_input_rcu(rcv_notify_handlers, handler) |
143 | handler->handler(skb); | 143 | handler->handler(skb); |
144 | 144 | ||
145 | if (err = skb_unclone(skb, GFP_ATOMIC)) | 145 | err = skb_unclone(skb, GFP_ATOMIC); |
146 | if (err) | ||
146 | goto out; | 147 | goto out; |
147 | 148 | ||
148 | if (x->props.flags & XFRM_STATE_DECAP_DSCP) | 149 | if (x->props.flags & XFRM_STATE_DECAP_DSCP) |