ss: remove duplicate assignment
Fixes: 8250bc9ff4 ("ss: Unify inet sockets output")
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
3572e01a09
commit
9f1a9ae888
|
|
@ -2306,7 +2306,6 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r,
|
||||||
s.sacked = info->tcpi_sacked;
|
s.sacked = info->tcpi_sacked;
|
||||||
s.fackets = info->tcpi_fackets;
|
s.fackets = info->tcpi_fackets;
|
||||||
s.reordering = info->tcpi_reordering;
|
s.reordering = info->tcpi_reordering;
|
||||||
s.rcv_space = info->tcpi_rcv_space;
|
|
||||||
s.rcv_ssthresh = info->tcpi_rcv_ssthresh;
|
s.rcv_ssthresh = info->tcpi_rcv_ssthresh;
|
||||||
s.cwnd = info->tcpi_snd_cwnd;
|
s.cwnd = info->tcpi_snd_cwnd;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue