]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: xml: Use consistent naming for RNG validation error handling functions
authorPeter Krempa <pkrempa@redhat.com>
Tue, 4 Oct 2022 14:09:20 +0000 (16:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 1 Nov 2022 12:07:20 +0000 (13:07 +0100)
commit426a0b37794b9ee77c8b038923108e18478cf7fd
tree08358e3779a6f6334366be05e43fa0d0b9cc8858
parent877654b879fa81e5a14cb0503df34467613b09e9
util: xml: Use consistent naming for RNG validation error handling functions

Rename 'catchRNGError' to 'virXMLValidatorRNGErrorCatch' and
'ignoreRNGError' to 'virXMLValidatorRNGErrorIgnore'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virxml.c