Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
another errant AuthenticatedHeaders call
Browse files Browse the repository at this point in the history
  • Loading branch information
jrperritt committed May 23, 2016
1 parent 0a77c18 commit c22e88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rackspace/objectstorage/v1/cdncontainers/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (opts EnableOpts) ToCDNContainerEnableMap() (map[string]string, error) {
// Enable is a function that enables/disables a CDN container.
func Enable(c *gophercloud.ServiceClient, containerName string, opts EnableOptsBuilder) EnableResult {
var res EnableResult
h := c.AuthenticatedHeaders()
h := make(map[string]string)

if opts != nil {
headers, err := opts.ToCDNContainerEnableMap()
Expand Down

0 comments on commit c22e88d

Please sign in to comment.