]> xenbits.xensource.com Git - libvirt.git/commit
util: xml: Adjust documentation of virXMLPropString
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 Sep 2022 07:14:42 +0000 (09:14 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Oct 2022 12:43:17 +0000 (14:43 +0200)
commit4bab4de9b9a6a29df9e9f17ae03a6bcbe8e8a74b
treecb19d8ebb19cae5850ec19da00fd633e718ca2e4
parentfe54d2a94fbe0c8193a063906982c62fa257ac8c
util: xml: Adjust documentation of virXMLPropString

All callers treat NULL as if the string is not present in the XML.
Adjust the description so that it's implied that it's not an error and
thus also no error reporting is expected.

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