rob05c closed pull request #2219: renamed maxmind.default.override parameter to
maxmindDefaultOverride
URL: https://github.com/apache/incubator-trafficcontrol/pull/2219
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/traffic_ops/traffic_ops_golang/crconfig/config.go
b/traffic_ops/traffic_ops_golang/crconfig/config.go
index d0e549099..8cdd871a0 100644
--- a/traffic_ops/traffic_ops_golang/crconfig/config.go
+++ b/traffic_ops/traffic_ops_golang/crconfig/config.go
@@ -64,7 +64,7 @@ func makeCRConfigConfig(cdn string, db *sql.DB, dnssecEnabled
bool, domain strin
crConfigConfig["ttls"] = ttl
}
if len(maxmindDefaultOverrides) > 0 {
- crConfigConfig[maxmindDefaultOverrideParameterName] =
maxmindDefaultOverrides
+ crConfigConfig["maxmindDefaultOverride"] =
maxmindDefaultOverrides
}
dnssecStr := "false"
if dnssecEnabled {
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services