]> xenbits.xensource.com Git - libvirt.git/commitdiff
* qemud/remote.c: rename remoteDispatchAuthPolkitInit to
authorDaniel Veillard <veillard@redhat.com>
Wed, 5 Dec 2007 20:45:37 +0000 (20:45 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 5 Dec 2007 20:45:37 +0000 (20:45 +0000)
  remoteDispatchAuthPolkit, the no-op init call when policykit
  is not available
Daniel

ChangeLog
qemud/remote.c

index b087153f01457f8893588ca46b1e20f818907798..60c0a9d6e9a4c4d94e19a434de0668d619ff63ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 69985917ff10eb2d166e158b619125d932d5ab36..8c07b958cd6dac528e12d099af17f71b282947e6 100644 (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,