]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: reduce scope of a DIR* in virHostValidateIOMMU()
authorLaine Stump <laine@redhat.com>
Sun, 25 Oct 2020 21:56:22 +0000 (17:56 -0400)
committerLaine Stump <laine@redhat.com>
Tue, 3 Nov 2020 03:01:36 +0000 (22:01 -0500)
commit59fc1e35eb5e1878bd8eccf959ae439311925a14
treef7ba54072de364a447fd1fc40189bd6bcba2c4a3
parentc40b673182d1a0394570ead1f199ade737b0b72f
tools: reduce scope of a DIR* in virHostValidateIOMMU()

This will make the trivial nature of a conversion to g_autoptr (in a
later patch) more obvious.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tools/virt-host-validate-common.c