Skip to content

Commit

Permalink
fix for a review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jul 28, 2023
1 parent 2080c48 commit c564e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/consul/state/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -4544,7 +4544,7 @@ func (s *Store) ServiceTopology(
proxyMap[sn] = struct{}{}
}
if downstream.Service.Connect.Native {
sn := structs.NewServiceName(downstream.Service.Service, &downstream.Service.EnterpriseMeta)
sn := downstream.Service.CompoundServiceName()
proxyMap[sn] = struct{}{}
}
}
Expand Down

0 comments on commit c564e8c

Please sign in to comment.