提交 254b0289 编写于 作者: J Jiri Denemark

util: Fix build without polkit

Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 4e17ff79
......@@ -329,13 +329,13 @@ int virPolkitCheckAuth(const char *actionid ATTRIBUTE_UNUSED,
void
virPolkitAgentDestroy(virCommandPtr cmd ATTRIBUTE_UNUSED)
virPolkitAgentDestroy(virPolkitAgentPtr agent ATTRIBUTE_UNUSED)
{
return; /* do nothing */
}
virCommandPtr
virPolkitAgentPtr
virPolkitAgentCreate(void)
{
virReportError(VIR_ERR_AUTH_FAILED, "%s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册