diff options
Diffstat (limited to 'net/ipv4/tcp_minisocks.c')
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index ac55d8892cf1..4a0ee901a888 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c | |||
@@ -361,8 +361,8 @@ void tcp_time_wait(struct sock *sk, int state, int timeo) | |||
361 | 361 | ||
362 | void tcp_twsk_destructor(struct sock *sk) | 362 | void tcp_twsk_destructor(struct sock *sk) |
363 | { | 363 | { |
364 | struct tcp_timewait_sock *twsk = tcp_twsk(sk); | ||
365 | #ifdef CONFIG_TCP_MD5SIG | 364 | #ifdef CONFIG_TCP_MD5SIG |
365 | struct tcp_timewait_sock *twsk = tcp_twsk(sk); | ||
366 | if (twsk->tw_md5_keylen) | 366 | if (twsk->tw_md5_keylen) |
367 | tcp_put_md5sig_pool(); | 367 | tcp_put_md5sig_pool(); |
368 | #endif | 368 | #endif |