diff --git a/net/net_netlink_linux.go b/net/net_netlink_linux.go index 8c67af3c0..6f71847f2 100644 --- a/net/net_netlink_linux.go +++ b/net/net_netlink_linux.go @@ -69,6 +69,8 @@ func connectionsNetLink(kinds []netConnectionKindType, inodes map[string][]inode cs.Fd = is.fd ret = append(ret, cs) } + } else { + ret = append(ret, cs) } } }