]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: do not report errors in virPidFileForceCleanupPathFull
authorJán Tomko <jtomko@redhat.com>
Tue, 7 Mar 2023 14:50:18 +0000 (15:50 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 8 Mar 2023 11:16:56 +0000 (12:16 +0100)
commit7e94712699546b0dc9ec8307b19a39775761627c
tree58221152cc99d6b0890fe49c68d11aa4f3af0c94
parent4479a307df0644a4eeb5a4eec05fd2ec5efbd18d
util: do not report errors in virPidFileForceCleanupPathFull

Use the quiet version of virPidFileAcquirePath and remove the error
reset, since there's nothing to reset anymore.

https://bugzilla.redhat.com/show_bug.cgi?id=2171973

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virpidfile.c