]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ss: remove duplicate assignment
authorRoman Mashak <mrv@mojatatu.com>
Mon, 11 Dec 2017 21:24:31 +0000 (16:24 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Dec 2017 23:56:10 +0000 (15:56 -0800)
Fixes: 8250bc9ff4e5 ("ss: Unify inet sockets output")
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c

index 90da93e3e5d32540b6fa99185ccb3f4aefe2c933..da52d5edeb7e23ed92da110431f33268108ac757 100644 (file)
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -2306,7 +2306,6 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r,
                s.sacked         = info->tcpi_sacked;
                s.fackets        = info->tcpi_fackets;
                s.reordering     = info->tcpi_reordering;
-               s.rcv_space      = info->tcpi_rcv_space;
                s.rcv_ssthresh   = info->tcpi_rcv_ssthresh;
                s.cwnd           = info->tcpi_snd_cwnd;