]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: virdomainobjlist: Remove return value from virDomainObjListCollect
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Aug 2022 13:29:53 +0000 (15:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 6 Jan 2023 14:27:52 +0000 (15:27 +0100)
commite88593ba396bab549427da13be2a155967c960b4
treef4fc4fae25c545bd6e7eff4c41ecb560f812dfc0
parentcd3599c876af19c7bf418d4c5bbee7af018ac888
conf: virdomainobjlist: Remove return value from virDomainObjListCollect

The function can't fail so there's no point in returning anything.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/virdomainobjlist.c
src/conf/virdomainobjlist.h
src/qemu/qemu_driver.c
src/test/test_driver.c
src/vz/vz_driver.c