From 591ef9f352efd98a85e6d04c0c9072c4c2987527 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 5 Jan 2018 16:17:57 -0600 Subject: Remove utils.ClientCfg and utils.ClientCfgHash (#8041) * remove utils.ClientCfg and utils.ClientCfgHash * remove unused import --- app/security_update_check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/security_update_check.go') diff --git a/app/security_update_check.go b/app/security_update_check.go index dc26e59b2..1f1759fef 100644 --- a/app/security_update_check.go +++ b/app/security_update_check.go @@ -42,7 +42,7 @@ func (a *App) DoSecurityUpdateCheck() { v := url.Values{} - v.Set(PROP_SECURITY_ID, utils.CfgDiagnosticId) + v.Set(PROP_SECURITY_ID, a.DiagnosticId()) v.Set(PROP_SECURITY_BUILD, model.CurrentVersion+"."+model.BuildNumber) v.Set(PROP_SECURITY_ENTERPRISE_READY, model.BuildEnterpriseReady) v.Set(PROP_SECURITY_DATABASE, *a.Config().SqlSettings.DriverName) -- cgit v1.2.3-1-g7c22