diff mbox series

[iproute2,1/1] ss: remove duplicate assignment

Message ID 1513027471-19346-1-git-send-email-mrv@mojatatu.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show
Series [iproute2,1/1] ss: remove duplicate assignment | expand

Commit Message

Roman Mashak Dec. 11, 2017, 9:24 p.m. UTC
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
---
 misc/ss.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Hemminger Dec. 11, 2017, 11:57 p.m. UTC | #1
On Mon, 11 Dec 2017 16:24:31 -0500
Roman Mashak <mrv@mojatatu.com> wrote:

> Signed-off-by: Roman Mashak <mrv@mojatatu.com>


Applied and added Fixes: 8250bc9ff4e5 ("ss: Unify inet sockets output")
diff mbox series

Patch

diff --git a/misc/ss.c b/misc/ss.c
index 90da93e..da52d5e 100644
--- 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;