mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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_")) {
|
if (i == 0 && arg_name.startsWith("VERSION_")) {
|
||||||
protocol = GuacamoleProtocolVersion.valueOf(arg_name);
|
protocol = GuacamoleProtocolVersion.valueOf(arg_name);
|
||||||
arg_values[i] = protocol.toString();
|
arg_values[i] = protocol.toString();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get defined value for name
|
// Get defined value for name
|
||||||
|
Reference in New Issue
Block a user