[libvirt] [PATCH] Fix compiler error when !HAVE_POLKIT

Jim Meyering jim at meyering.net
Wed Dec 17 13:32:49 UTC 2008


john.levon at sun.com wrote:
> # HG changeset patch
> # User john.levon at sun.com
> # Date 1229399439 28800
> # Node ID f622c9de5e2488de8ae16bc7a0b50d8fa76af364
> # Parent  db36391b739c117f5887388f65f31e6a9d2d361b
> Fix compiler error when !HAVE_POLKIT

ACK, but the title is misleading.
s/error/warning/

>
> Signed-off-by: John Levon <john.levon at sun.com>
>
> diff --git a/qemud/remote.c b/qemud/remote.c
> --- a/qemud/remote.c
> +++ b/qemud/remote.c
> @@ -3116,7 +3116,7 @@ static int
>  static int
>  remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
>                            struct qemud_client *client ATTRIBUTE_UNUSED,
> -                          virConnectPtr conn,
> +                          virConnectPtr conn ATTRIBUTE_UNUSED,




More information about the libvir-list mailing list