This is an automated email from the ASF dual-hosted git repository. rob pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push: new 4003c03 renamed maxmind.default.override parameter to maxmindDefaultOverride 4003c03 is described below commit 4003c030cfeb05cd47f858c3fe44fdf3e864786e Author: Jesse Rivas <jesse_ri...@comcast.com> AuthorDate: Thu May 3 10:55:16 2018 -0600 renamed maxmind.default.override parameter to maxmindDefaultOverride --- traffic_ops/traffic_ops_golang/crconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic_ops/traffic_ops_golang/crconfig/config.go b/traffic_ops/traffic_ops_golang/crconfig/config.go index d0e5490..8cdd871 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 { -- To stop receiving notification emails like this one, please contact r...@apache.org.