[ create a new paste ] login | about

Link: http://codepad.org/Th8Tir5w    [ raw code | fork ]

C, pasted on Apr 2:
1
2
3
4
     def _find_container_pid(self, container_id):
         cgroup_path = self._find_cgroup_devices_path()
-        lxc_path = os.path.join(cgroup_path, 'lxc')
+        lxc_path = os.path.join(cgroup_path, '')


Create a new paste based on this one


Comments: