mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1335: Don't "ALWAYS" release connection groups ... they only need to be released when acquire fails.
This commit is contained in:
		| @@ -529,8 +529,9 @@ public abstract class AbstractGuacamoleTunnelService implements GuacamoleTunnelS | ||||
|         } | ||||
|  | ||||
|         // Ensure connection group is always released if child acquire fails | ||||
|         finally { | ||||
|         catch (GuacamoleException e) { | ||||
|             release(user, connectionGroup); | ||||
|             throw e; | ||||
|         } | ||||
|  | ||||
|         // Connect to acquired child | ||||
|   | ||||
		Reference in New Issue
	
	Block a user