mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
cosmetic: bring comment up to date
This commit is contained in:
committed by
Bryan Boreham
parent
5697d53034
commit
1c206fb1c9
@@ -31,7 +31,7 @@ func nodes2Hosts(nodes Nodes) Nodes {
|
||||
|
||||
for _, n := range nodes.Nodes {
|
||||
if n.Topology == Pseudo {
|
||||
continue // Don't propagate pseudo nodes - we do this in MapEndpoint2Host
|
||||
continue // Don't propagate pseudo nodes - we do this in endpoints2Hosts
|
||||
}
|
||||
hostIDs, _ := n.Parents.Lookup(report.Host)
|
||||
for _, id := range hostIDs {
|
||||
|
||||
Reference in New Issue
Block a user