]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virresctrl: remove bogus virResetLastError
authorJán Tomko <jtomko@redhat.com>
Fri, 5 Oct 2018 14:34:51 +0000 (16:34 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 9 Oct 2018 08:04:56 +0000 (10:04 +0200)
commit7bff646d71aa90ed8727ef99be29d6d2ab5d8f06
tree6211ab3af70d246f89e46b4ce80396380aae1ee6
parentf4ccf1ecdc39e7949ee4c9af5d2f49ad38925d67
virresctrl: remove bogus virResetLastError

virFileReadValueUint does not log errors for non-existient files,
it merely returns -2.

Commit 12093f1 introduced this.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/util/virresctrl.c