1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Windows: Daemon compile was broken

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-08-04 12:42:41 -07:00
parent 23dab01ed2
commit fe8cfc5b39

View file

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