From 7771ed83461d76a3aaf95a3718ce6464235b7fc0 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Fri, 26 Feb 2016 10:45:55 +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 5efa57a2f3..345150b8b2 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -504,7 +504,6 @@ post '/config' do end session[:lang] = user[LANG_XPATH] if user[LANG_XPATH] - session[:vnc_wss] = user['TEMPLATE/VNC_WSS'] if user['TEMPLATE/VNC_WSS'] session[:default_view] = user[DEFAULT_VIEW_XPATH] if user[DEFAULT_VIEW_XPATH] session[:table_order] = user[TABLE_ORDER_XPATH] if user[TABLE_ORDER_XPATH] session[:page_length] = user[TABLE_DEFAULT_PAGE_LENGTH_XPATH] if user[TABLE_DEFAULT_PAGE_LENGTH_XPATH]