Skip to content

Commit

Permalink
append pid=0 conn
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxfang committed Jan 10, 2023
1 parent 79739de commit 3399504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/net_netlink_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 3399504

Please sign in to comment.