mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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>
|
||||
|
||||
* qemud/qemud.c: Disable saslUsernameWhitelist config 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,
|
||||
|
Loading…
Reference in New Issue
Block a user