mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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
|
// Create connection skeleton
|
||||||
Connection connection = new DummyConnection();
|
Connection connection = directory.get(identifier);
|
||||||
connection.setIdentifier(identifier);
|
|
||||||
connection.setConfiguration(config);
|
connection.setConfiguration(config);
|
||||||
|
|
||||||
// Update connection
|
// Update connection
|
||||||
|
Reference in New Issue
Block a user