On Thu, Oct 22, 2020 at 11:34:52AM +0200, Peter Krempa wrote:
virCgroupKillRecursive sneakily initializes 'ret' to 0 rather
than the
usual -1. 401030499bf moved an error condition but didn't actually
modify 'ret' return the proper error code.
Fixes: 401030499bf
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/util/vircgroup.c | 1 +
1 file changed, 1 insertion(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>