diff options
Diffstat (limited to 'net/ipv4/inet_diag.c')
-rw-r--r-- | net/ipv4/inet_diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_diag.c b/net/ipv4/inet_diag.c index 9cd53addb784..8aa7d51e6881 100644 --- a/net/ipv4/inet_diag.c +++ b/net/ipv4/inet_diag.c | |||
@@ -778,7 +778,7 @@ next_normal: | |||
778 | struct inet_timewait_sock *tw; | 778 | struct inet_timewait_sock *tw; |
779 | 779 | ||
780 | inet_twsk_for_each(tw, node, | 780 | inet_twsk_for_each(tw, node, |
781 | &hashinfo->ehash[i + hashinfo->ehash_size].chain) { | 781 | &head->twchain) { |
782 | 782 | ||
783 | if (num < s_num) | 783 | if (num < s_num) |
784 | goto next_dying; | 784 | goto next_dying; |