22 Oct
2020
22 Oct
'20
6:50 p.m.
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@redhat.com> --- src/util/vircgroup.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>