mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-932: null connection group identifier does NOT mean root. This is implementation-dependent.
This commit is contained in:
		| @@ -88,11 +88,7 @@ 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