mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Use connection provided by auth provider for update(), not DummyConnection.
This commit is contained in:
@@ -78,8 +78,7 @@ public class Update extends AuthenticatingHttpServlet {
|
||||
}
|
||||
|
||||
// Create connection skeleton
|
||||
Connection connection = new DummyConnection();
|
||||
connection.setIdentifier(identifier);
|
||||
Connection connection = directory.get(identifier);
|
||||
connection.setConfiguration(config);
|
||||
|
||||
// Update connection
|
||||
|
Reference in New Issue
Block a user