diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-04-28 08:03:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-28 08:03:26 -0700 |
commit | ac5978e7f83a6cbd9a70282d6e39bd936a31b2bc (patch) | |
tree | 249e23c2a0fd18e64747121442501f6beb682139 /net/ipv4 | |
parent | 6a321cb370ad3db4ba6e405e638b3a42c41089b0 (diff) |
inet_diag: Remove dup assignments
These are later assigned to other values without being used meanwhile.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/inet_diag.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/inet_diag.c b/net/ipv4/inet_diag.c index 588a7796e3e..b0b273503e2 100644 --- a/net/ipv4/inet_diag.c +++ b/net/ipv4/inet_diag.c @@ -198,8 +198,6 @@ static int inet_twsk_diag_fill(struct inet_timewait_sock *tw, tmo = 0; r->idiag_family = tw->tw_family; - r->idiag_state = tw->tw_state; - r->idiag_timer = 0; r->idiag_retrans = 0; r->id.idiag_if = tw->tw_bound_dev_if; r->id.idiag_cookie[0] = (u32)(unsigned long)tw; |