mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Forgot to invoke connect()
This commit is contained in:
@@ -41,6 +41,7 @@ public class BasicGuacamoleClientProvider implements GuacamoleClientProvider {
|
|||||||
int port = GuacamoleProperties.getIntProperty("guacd-port", null);
|
int port = GuacamoleProperties.getIntProperty("guacd-port", null);
|
||||||
|
|
||||||
GuacamoleTCPClient client = new GuacamoleTCPClient(hostname, port);
|
GuacamoleTCPClient client = new GuacamoleTCPClient(hostname, port);
|
||||||
|
client.connect(config);
|
||||||
|
|
||||||
// Return authorized session
|
// Return authorized session
|
||||||
return client;
|
return client;
|
||||||
|
Reference in New Issue
Block a user