linux: tcp_listener_stats drops "true" placeholders
commit83b7b3ef9582b05462b851571cf9dce44276b88c
authorEric Wong <e@80x24.org>
Thu, 25 Feb 2016 09:34:08 +0000 (25 09:34 +0000)
committerEric Wong <e@80x24.org>
Thu, 25 Feb 2016 09:41:27 +0000 (25 09:41 +0000)
tree83849e75ad82183550cbc04860106dae9458fca5
parent1ac312ae86fb047613ff8558dd8f6ad43ae2ac59
linux: tcp_listener_stats drops "true" placeholders

With invalid addresses specified which give no currently-bound
address, we must avoid leaving placeholders ('true' objects)
in our results.

Clean up some shadowing "cur" while we're at it.
ext/raindrops/linux_inet_diag.c
test/test_linux.rb