diff --git a/server_structs/director.go b/server_structs/director.go index 8fdc8b5d2..832858141 100644 --- a/server_structs/director.go +++ b/server_structs/director.go @@ -450,8 +450,8 @@ func ConvertNamespaceAdsV1ToV2(nsAdsV1 []NamespaceAdV1, oAd *OriginAdvertiseV1) } newNS := NamespaceAdV2{ - Caps: caps, - Path: nsAd.Path, + Caps: caps, + Path: nsAd.Path, } if nsAd.RequireToken {