From 1d1cf57b9b7eaada5ce357473728039765b44645 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 5 Dec 2007 20:45:37 +0000 Subject: [PATCH] * qemud/remote.c: rename remoteDispatchAuthPolkitInit to remoteDispatchAuthPolkit, the no-op init call when policykit is not available Daniel --- ChangeLog | 6 ++++++ qemud/remote.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b087153f01..60c0a9d6e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 5 21:44:17 CET 2007 Daniel Veillard + + * qemud/remote.c: rename remoteDispatchAuthPolkitInit to + remoteDispatchAuthPolkit, the no-op init call when policykit + is not available + Wed Dec 5 14:16:00 EST 2007 Daniel P. Berrange * qemud/qemud.c: Disable saslUsernameWhitelist config file diff --git a/qemud/remote.c b/qemud/remote.c index 69985917ff..8c07b958cd 100644 --- a/qemud/remote.c +++ b/qemud/remote.c @@ -2671,7 +2671,7 @@ remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED, #else /* HAVE_POLKIT */ static int -remoteDispatchAuthPolkitInit (struct qemud_server *server ATTRIBUTE_UNUSED, +remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED, struct qemud_client *client, remote_message_header *req, void *args ATTRIBUTE_UNUSED,