diff options
Diffstat (limited to 'net/key/af_key.c')
-rw-r--r-- | net/key/af_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c index bde8aad4cc93..f202ba6c8dcb 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c | |||
@@ -1411,7 +1411,7 @@ static int pfkey_acquire(struct sock *sk, struct sk_buff *skb, struct sadb_msg * | |||
1411 | spin_lock_bh(&x->lock); | 1411 | spin_lock_bh(&x->lock); |
1412 | if (x->km.state == XFRM_STATE_ACQ) { | 1412 | if (x->km.state == XFRM_STATE_ACQ) { |
1413 | x->km.state = XFRM_STATE_ERROR; | 1413 | x->km.state = XFRM_STATE_ERROR; |
1414 | wake_up(&km_waitq); | 1414 | wake_up(&init_net.xfrm.km_waitq); |
1415 | } | 1415 | } |
1416 | spin_unlock_bh(&x->lock); | 1416 | spin_unlock_bh(&x->lock); |
1417 | xfrm_state_put(x); | 1417 | xfrm_state_put(x); |