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:
Aleksa Sarai 2016-02-11 19:57:46 +11:00
parent 361f9b7921
commit 90140a5688
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ func getCgroupData(c *configs.Cgroup, pid int) (*cgroupData, error) {
return &cgroupData{
root: root,
innerPath: c.Path,
innerPath: innerPath,
config: c,
pid: pid,
}, nil