jpappa200 commented on code in PR #7774:
URL: https://github.com/apache/trafficcontrol/pull/7774#discussion_r1324556490


##########
lib/go-atscfg/sslservernamedotyaml.go:
##########
@@ -342,22 +342,22 @@ func dsUsesServer(
        ds *DeliveryService,
        server *Server,
        dss []DeliveryServiceServer,
-       nameTopologies map[TopologyName]tc.Topology,
-       cacheGroups map[tc.CacheGroupName]tc.CacheGroupNullable,
+       nameTopologies map[TopologyName]tc.TopologyV5,
+       cacheGroups map[tc.CacheGroupName]tc.CacheGroupNullableV5,
        serverCapabilities map[int]map[ServerCapability]struct{},
        dsRequiredCapabilities map[int]map[ServerCapability]struct{},
 ) (bool, error) {
-       if ds.XMLID == nil || *ds.XMLID == "" {
+       if &ds.XMLID == nil || ds.XMLID == "" {

Review Comment:
   removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to