Windows: Daemon compile was broken

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: fe8cfc5b39ffca9f15bc5f005164aa31754ee991
Component: engine
This commit is contained in:
John Howard
2015-08-04 12:42:41 -07:00
parent f031716448
commit e94fbdc264
@@ -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.