mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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.identifier = connectionGroup.getIdentifier();
|
||||||
this.parentIdentifier = connectionGroup.getParentIdentifier();
|
this.parentIdentifier = connectionGroup.getParentIdentifier();
|
||||||
|
|
||||||
// Use the explicit ROOT group ID
|
|
||||||
if (this.parentIdentifier == null)
|
|
||||||
this.parentIdentifier = ROOT_IDENTIFIER;
|
|
||||||
|
|
||||||
this.name = connectionGroup.getName();
|
this.name = connectionGroup.getName();
|
||||||
this.type = connectionGroup.getType();
|
this.type = connectionGroup.getType();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user