mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-932: null connection group identifier does NOT mean root. This is implementation-dependent.
This commit is contained in:
@@ -89,10 +89,6 @@ public class APIConnectionGroup {
|
||||
this.identifier = connectionGroup.getIdentifier();
|
||||
this.parentIdentifier = connectionGroup.getParentIdentifier();
|
||||
|
||||
// Use the explicit ROOT group ID
|
||||
if (this.parentIdentifier == null)
|
||||
this.parentIdentifier = ROOT_IDENTIFIER;
|
||||
|
||||
this.name = connectionGroup.getName();
|
||||
this.type = connectionGroup.getType();
|
||||
|
||||
|
Reference in New Issue
Block a user