]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build without polkit v1.2.9-rc1
authorPavel Hrdina <phrdina@redhat.com>
Thu, 25 Sep 2014 08:57:24 +0000 (10:57 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 25 Sep 2014 08:59:43 +0000 (10:59 +0200)
commitdd0ce57386875cf47da8044a0433f1247ac1dcd8
treef9e2f8d7bf2f9396d3964eff4d004e9a55226f68
parentceb7c90e6908096d52acc260fe22723f3f1fc137
Fix build without polkit

The commit 1b854c76 introduced a new function 'virPolkitCheckAuth' and
in the #else section when you don't have polkit all attributes should be
follwed by ATTRIBUTE_UNUSED.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/util/virpolkit.c