* 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

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