commit | ee081932f07e3ed62a789a05891e6973fff77e73 | [log] [download] |
---|---|---|
author | Glauber Costa <glommer@parallels.com> | Fri Sep 21 19:23:33 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Sep 21 20:45:24 2012 +0400 |
tree | 975be8757f17a7e689c23594891e0a2653e49300 | |
parent | a2314a3350a79efea6688b12f37b85e3058aca4f [diff] |
fix error code in empty container If the cgroup does not exist, we rightfully refrain from proceeding in this function. But we still return an error. This function should return success in this case. Signed-off-by: Glauber Costa <glommer@parallels.com>