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

Commit c22e88d

Browse files
committed
another errant AuthenticatedHeaders call
1 parent 0a77c18 commit c22e88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rackspace/objectstorage/v1/cdncontainers/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (opts EnableOpts) ToCDNContainerEnableMap() (map[string]string, error) {
3535
// Enable is a function that enables/disables a CDN container.
3636
func Enable(c *gophercloud.ServiceClient, containerName string, opts EnableOptsBuilder) EnableResult {
3737
var res EnableResult
38-
h := c.AuthenticatedHeaders()
38+
h := make(map[string]string)
3939

4040
if opts != nil {
4141
headers, err := opts.ToCDNContainerEnableMap()

0 commit comments

Comments
 (0)