]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-host-validate: Fix build on non-Linux
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 8 Oct 2018 07:10:07 +0000 (09:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 8 Oct 2018 07:55:40 +0000 (09:55 +0200)
commit8524faf8c4007edfbc5363a018821139667a9e32
tree9f6868b7dfadff4d1d253f03ae1a2fec6ac3f96b
parent0a7101c89b787d2f45690f8ad3a4b932b000b758
virt-host-validate: Fix build on non-Linux

For non-Linux platforms we have
virHostValidateCGroupControllers() stub which only reports an
error. But we are not marking the ignored arguments the way we
should.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
tools/virt-host-validate-common.c