Merge pull request #15303 from Microsoft/10662-fixdaemonbuild

Windows: Daemon compile was broken
Upstream-commit: 63940145a465ff76b856648b570a367e5c614a54
Component: engine
This commit is contained in:
Tibor Vass
2015-08-04 16:48:11 -04:00

View File

@ -6,7 +6,7 @@ import "github.com/docker/docker/daemon/execdriver"
type info struct {
ID string
driver *driver
driver *Driver
}
// Info implements the exec driver Driver interface.