diff options
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
-rw-r--r-- | net/ipv6/xfrm6_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 335066a64b45..4cefda009f53 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c | |||
@@ -134,6 +134,7 @@ int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb) | |||
134 | static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) | 134 | static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) |
135 | { | 135 | { |
136 | struct xfrm_state *x = skb_dst(skb)->xfrm; | 136 | struct xfrm_state *x = skb_dst(skb)->xfrm; |
137 | |||
137 | return x->outer_mode->afinfo->output_finish(sk, skb); | 138 | return x->outer_mode->afinfo->output_finish(sk, skb); |
138 | } | 139 | } |
139 | 140 | ||