You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/04/06 20:46:03 UTC

[incubator-trafficcontrol] 13/15: updated for the v13 struct

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit de8f4ec9ea0458de39a8585e6453be6d8a10b661
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Wed Apr 4 13:53:40 2018 -0600

    updated for the v13 struct
---
 traffic_ops/traffic_ops_golang/profileparameter/profile_parameters.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/traffic_ops_golang/profileparameter/profile_parameters.go b/traffic_ops/traffic_ops_golang/profileparameter/profile_parameters.go
index 696cfef..463ff06 100644
--- a/traffic_ops/traffic_ops_golang/profileparameter/profile_parameters.go
+++ b/traffic_ops/traffic_ops_golang/profileparameter/profile_parameters.go
@@ -211,7 +211,7 @@ func (pp *TOProfileParameter) Read(db *sqlx.DB, parameters map[string]string, us
 
 	params := []interface{}{}
 	for rows.Next() {
-		var p tc.ProfileParameterNullable
+		var p v13.ProfileParameterNullable
 		if err = rows.StructScan(&p); err != nil {
 			log.Errorf("error parsing pp rows: %v", err)
 			return nil, []error{tc.DBError}, tc.SystemError

-- 
To stop receiving notification emails like this one, please contact
mitchell852@apache.org.