Blame SOURCES/0006-spiceqxl_spice_server-no-need-to-call-spice_server_s.patch

28add0
From 5f23159d86e94d599301581f25a6e13fe3a050b9 Mon Sep 17 00:00:00 2001
28add0
From: Alon Levy <alevy@redhat.com>
28add0
Date: Mon, 21 Oct 2013 11:57:43 +0300
28add0
Subject: [PATCH 06/10] spiceqxl_spice_server: no need to call
28add0
 spice_server_set_noauth twice
28add0
28add0
---
28add0
 src/spiceqxl_spice_server.c | 3 ---
28add0
 1 file changed, 3 deletions(-)
28add0
28add0
diff --git a/src/spiceqxl_spice_server.c b/src/spiceqxl_spice_server.c
28add0
index 63a3179..14ee752 100644
28add0
--- a/src/spiceqxl_spice_server.c
28add0
+++ b/src/spiceqxl_spice_server.c
28add0
@@ -254,9 +254,6 @@ void xspice_set_spice_server_options(OptionInfoPtr options)
28add0
         exit(1);
28add0
 #endif
28add0
     }
28add0
-    if (disable_ticketing) {
28add0
-        spice_server_set_noauth(spice_server);
28add0
-    }
28add0
 
28add0
 #if SPICE_SERVER_VERSION >= 0x000801
28add0
     /* we still don't actually support agent in xspice, but this
28add0
-- 
28add0
1.8.3.1
28add0