mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-422: Fix assignment of protocol version value in socket.
This commit is contained in:
		| @@ -155,6 +155,7 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket { | ||||
|             if (i == 0 && arg_name.startsWith("VERSION_")) { | ||||
|                 protocol = GuacamoleProtocolVersion.valueOf(arg_name); | ||||
|                 arg_values[i] = protocol.toString(); | ||||
|                 continue; | ||||
|             } | ||||
|  | ||||
|             // Get defined value for name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user