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
+1 -1
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.