Merge pull request #15303 from Microsoft/10662-fixdaemonbuild

Windows: Daemon compile was broken
This commit is contained in:
Tibor Vass 2015-08-04 16:48:11 -04:00
commit 63940145a4
1 changed files with 1 additions and 1 deletions

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.