* qemud/remote.c: rename remoteDispatchAuthPolkitInit to

remoteDispatchAuthPolkit, the no-op init call when policykit
  is not available
Daniel
This commit is contained in:
Daniel Veillard 2007-12-05 20:45:37 +00:00
parent 2add6b3026
commit 1d1cf57b9b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Wed Dec 5 21:44:17 CET 2007 Daniel Veillard <veillard@redhat.com>
* 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 <berrange@redhat.com>
* qemud/qemud.c: Disable saslUsernameWhitelist config file

View File

@ -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,