diff options
Diffstat (limited to 'net/xfrm/xfrm_state.c')
-rw-r--r-- | net/xfrm/xfrm_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 81221d9cbf06..cd6be49f2ae8 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c | |||
@@ -859,7 +859,7 @@ found: | |||
859 | xfrm_init_tempstate(x, fl, tmpl, daddr, saddr, family); | 859 | xfrm_init_tempstate(x, fl, tmpl, daddr, saddr, family); |
860 | memcpy(&x->mark, &pol->mark, sizeof(x->mark)); | 860 | memcpy(&x->mark, &pol->mark, sizeof(x->mark)); |
861 | 861 | ||
862 | error = security_xfrm_state_alloc_acquire(x, pol->security, fl->secid); | 862 | error = security_xfrm_state_alloc_acquire(x, pol->security, fl->flowi_secid); |
863 | if (error) { | 863 | if (error) { |
864 | x->km.state = XFRM_STATE_DEAD; | 864 | x->km.state = XFRM_STATE_DEAD; |
865 | to_put = x; | 865 | to_put = x; |