]> xenbits.xensource.com Git - libvirt.git/commit
conf: consistently check for error when calling virSysinfoFormat()
authorLaine Stump <laine@redhat.com>
Sat, 4 Jul 2020 21:55:59 +0000 (17:55 -0400)
committerLaine Stump <laine@redhat.com>
Wed, 8 Jul 2020 20:35:00 +0000 (16:35 -0400)
commitf0f7ad14e9529b7a26602736761c42279d94ad34
treefc89fea8f6d9d815e009c7ed328be830b4b91ea4
parentd30cfe70ef32960756b426dac01b592791f49a2f
conf: consistently check for error when calling virSysinfoFormat()

Every other caller of this function checks for an error return and
ends their formatting early if there is an error. This function
happily continues on its way.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.c