mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-5: Use connection name for SharedConnection, not sharing profile name.
This commit is contained in:
@@ -95,7 +95,7 @@ public class SharedConnection implements Connection {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return definition.getSharingProfile().getName();
|
||||
return definition.getActiveConnection().getConnection().getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user