From 2834b2a8f0f135d890dc44d587e2e36af3385293 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Fri, 26 Feb 2016 10:42:33 +0100 Subject: [PATCH] Bug #4357: Do not retrieve VNC_WSS from the USER template --- src/sunstone/sunstone-server.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index 98b7617424..790873d949 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -431,7 +431,6 @@ post '/config' do end session[:lang] = user['TEMPLATE/LANG'] if user['TEMPLATE/LANG'] - session[:vnc_wss] = user['TEMPLATE/VNC_WSS'] if user['TEMPLATE/VNC_WSS'] session[:default_view] = user['TEMPLATE/DEFAULT_VIEW'] if user['TEMPLATE/DEFAULT_VIEW'] session[:table_order] = user['TEMPLATE/TABLE_ORDER'] if user['TEMPLATE/TABLE_ORDER'] session[:display_name] = user[DISPLAY_NAME_XPATH] || user['NAME']