• M
    lxc: Correctly report active cgroups · 0dddd680
    Michal Privoznik 提交于
    There was an inverted return value in lxcCgroupControllerActive().
    The function assumes cgroups are active and do couple of checks
    to prove that. If any of them fails, false is returned. Therefore,
    at the end, after all checks are done we must return true, not false.
    0dddd680
lxc_driver.c 79.4 KB