libcontainer: cgroups: fs: fix innerPath
Fix m.Path legacy code to actually work. Signed-off-by: Aleksa Sarai <asarai@suse.com>
This commit is contained in:
parent
361f9b7921
commit
90140a5688
|
@ -283,7 +283,7 @@ func getCgroupData(c *configs.Cgroup, pid int) (*cgroupData, error) {
|
||||||
|
|
||||||
return &cgroupData{
|
return &cgroupData{
|
||||||
root: root,
|
root: root,
|
||||||
innerPath: c.Path,
|
innerPath: innerPath,
|
||||||
config: c,
|
config: c,
|
||||||
pid: pid,
|
pid: pid,
|
||||||
}, nil
|
}, nil
|
||||||
|
|
Loading…
Reference in New Issue