mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
* qemud/remote.c: rename remoteDispatchAuthPolkitInit to
remoteDispatchAuthPolkit, the no-op init call when policykit is not available Daniel
This commit is contained in:
parent
2add6b3026
commit
1d1cf57b9b
@ -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>
|
Wed Dec 5 14:16:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* qemud/qemud.c: Disable saslUsernameWhitelist config file
|
* qemud/qemud.c: Disable saslUsernameWhitelist config file
|
||||||
|
@ -2671,7 +2671,7 @@ remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
|||||||
#else /* HAVE_POLKIT */
|
#else /* HAVE_POLKIT */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
remoteDispatchAuthPolkitInit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
||||||
struct qemud_client *client,
|
struct qemud_client *client,
|
||||||
remote_message_header *req,
|
remote_message_header *req,
|
||||||
void *args ATTRIBUTE_UNUSED,
|
void *args ATTRIBUTE_UNUSED,
|
||||||
|
Loading…
Reference in New Issue
Block a user