]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Don't shadow error from virGetDomain()
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 Jun 2012 14:26:07 +0000 (16:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Jun 2012 15:56:46 +0000 (17:56 +0200)
commit6117c3582906a3a7484beb3700c66df2b3f1d441
treef6d7c1e329808cf4ed1e2ab530a163a2f09025ed
parent11bdab02c207d7cd7da8c15246c136768ef20276
conf: Don't shadow error from virGetDomain()

virGetDomain() does a good job of reporting errors itself. This patch
removes shadowing of that error in virDomainListPopulate().
src/conf/virdomainlist.c