commit | 9716ec3b072d29e66f20883d73ec086f0e550e30 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Feb 12 15:10:48 2015 -0500 |
committer | Ash Wilson <smashwilson@gmail.com> | Thu Feb 12 15:10:48 2015 -0500 |
tree | 28a69b756fe871e910bb461f2b050d00b6bdc70e | |
parent | 54d62faaa73da970945a1aea6463c7ffe5476d8c [diff] [blame] |
Right, that's a pointer now.
diff --git a/rackspace/lb/v1/nodes/requests.go b/rackspace/lb/v1/nodes/requests.go index 77894aa..1ee00a4 100644 --- a/rackspace/lb/v1/nodes/requests.go +++ b/rackspace/lb/v1/nodes/requests.go
@@ -124,7 +124,7 @@ return res } - pr, err := pagination.PageResultFrom(resp.HttpResponse) + pr, err := pagination.PageResultFrom(&resp.HttpResponse) if err != nil { res.Err = err return res