]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuNamespacePrepareOneItem: Don't pass count of elements
authorPeter Krempa <pkrempa@redhat.com>
Tue, 3 Aug 2021 10:43:19 +0000 (12:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 Aug 2021 08:09:01 +0000 (10:09 +0200)
commitb28cf6a44ea5e28d3f6869652d8677110141872c
treed3b1bd90b60ea370c90ed315794e0aee9f61cf63
parent0fcf40dc8ba0fe5632e78dd35771051f8e61905d
qemuNamespacePrepareOneItem: Don't pass count of elements

The only caller is passing a NULL terminated string list as
'devMountsPath' thus we don't need to get the count of elements.

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