af67b92266
see detailed changelog in https://github.com/docker/docker/releases/tag/v1.8.0 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=26
13 lines
435 B
Diff
13 lines
435 B
Diff
diff -Naur a/utils/utils.go b/utils/utils.go
|
|
--- a/utils/utils.go 2015-08-11 18:35:27.000000000 +0200
|
|
+++ b/utils/utils.go 2015-08-12 18:06:47.930445696 +0200
|
|
@@ -76,7 +76,7 @@
|
|
}
|
|
return os.SameFile(targetFileInfo, selfPathFileInfo)
|
|
}
|
|
- return dockerversion.INITSHA1 != "" && dockerInitSha1(target) == dockerversion.INITSHA1
|
|
+ return true
|
|
}
|
|
|
|
// DockerInitPath figures out the path of our dockerinit (which may be SelfPath())
|