[Spice-devel] [PATCH 1/5] spiceqxl_spice_server: no need to call spice_server_set_noauth twice

Jeremy White jwhite at codeweavers.com
Thu Oct 24 19:54:37 CEST 2013


Ack series.

On 10/21/2013 10:32 AM, Alon Levy wrote:
> ---
>  src/spiceqxl_spice_server.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/src/spiceqxl_spice_server.c b/src/spiceqxl_spice_server.c
> index 63a3179..14ee752 100644
> --- a/src/spiceqxl_spice_server.c
> +++ b/src/spiceqxl_spice_server.c
> @@ -254,9 +254,6 @@ void xspice_set_spice_server_options(OptionInfoPtr options)
>          exit(1);
>  #endif
>      }
> -    if (disable_ticketing) {
> -        spice_server_set_noauth(spice_server);
> -    }
>  
>  #if SPICE_SERVER_VERSION >= 0x000801
>      /* we still don't actually support agent in xspice, but this



More information about the Spice-devel mailing list