diff options
Diffstat (limited to 'net/dccp/input.c')
-rw-r--r-- | net/dccp/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/input.c b/net/dccp/input.c index 02af05ec23a2..ef29cef1dafe 100644 --- a/net/dccp/input.c +++ b/net/dccp/input.c | |||
@@ -34,6 +34,7 @@ static void dccp_rcv_close(struct sock *sk, struct sk_buff *skb) | |||
34 | dccp_v4_send_reset(sk, DCCP_RESET_CODE_CLOSED); | 34 | dccp_v4_send_reset(sk, DCCP_RESET_CODE_CLOSED); |
35 | dccp_fin(sk, skb); | 35 | dccp_fin(sk, skb); |
36 | dccp_set_state(sk, DCCP_CLOSED); | 36 | dccp_set_state(sk, DCCP_CLOSED); |
37 | sk_wake_async(sk, 1, POLL_HUP); | ||
37 | } | 38 | } |
38 | 39 | ||
39 | static void dccp_rcv_closereq(struct sock *sk, struct sk_buff *skb) | 40 | static void dccp_rcv_closereq(struct sock *sk, struct sk_buff *skb) |