mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge pull request #262 from glyptodon/dont-release-groups
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