Commit 4f3f1951 authored by Victor Marmol's avatar Victor Marmol

Merge pull request #6668 from ArtfulCoder/fix_compilation

fix compilation
parents 0f4f6cce 964bc6b8
...@@ -58,5 +58,5 @@ func (self *cadvisorUnsupported) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, err ...@@ -58,5 +58,5 @@ func (self *cadvisorUnsupported) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, err
} }
func (self *cadvisorUnsupported) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error) { func (self *cadvisorUnsupported) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error) {
return cadvisorApi.Event{}, unsupportedErr return []*cadvisorApi.Event{}, unsupportedErr
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment