mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Add missing handlers for default protocol/parameter.
This commit is contained in:
@@ -467,11 +467,15 @@ public class BasicFileAuthenticationProvider implements AuthenticationProvider {
|
||||
switch (state) {
|
||||
|
||||
case PROTOCOL:
|
||||
case DEFAULT_CONNECTION_PROTOCOL:
|
||||
|
||||
current.getConfiguration(currentConnection)
|
||||
.setProtocol(str);
|
||||
return;
|
||||
|
||||
case PARAMETER:
|
||||
case DEFAULT_CONNECTION_PARAMETER:
|
||||
|
||||
current.getConfiguration(currentConnection)
|
||||
.setParameter(currentParameter, str);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user