summarylogtreecommitdiffstats
path: root/container.patch
diff options
context:
space:
mode:
Diffstat (limited to 'container.patch')
-rw-r--r--container.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/container.patch b/container.patch
new file mode 100644
index 000000000000..228f3d1af3e8
--- /dev/null
+++ b/container.patch
@@ -0,0 +1,11 @@
+--- ../../../../../nomad-0.8.7.orig/vendor/gopkg.in/lxc/go-lxc.v2/container.go 2019-03-15 09:59:16.230241650 +0000
++++ container.go 2019-03-15 10:00:22.343574744 +0000
+@@ -767,7 +767,7 @@
+ c.mu.RLock()
+ defer c.mu.RUnlock()
+
+- var keys *_Ctype_char
++ var keys *C.char
+
+ if key != nil && len(key) == 1 {
+ ckey := C.CString(key[0])