mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 16:43:22 +00:00 
			
		
		
		
	GUAC-830: FIx typo in error message.
This commit is contained in:
		| @@ -231,7 +231,7 @@ public class ConfigurableGuacamoleTunnelService | ||||
|  | ||||
|         // Too many connections by this user | ||||
|         if (userSpecificFailure) | ||||
|             throw new GuacamoleClientTooManyException("Cannot connect. Connection group already in use by this user."); | ||||
|             throw new GuacamoleClientTooManyException("Cannot connect. Connection already in use by this user."); | ||||
|  | ||||
|         // Too many connections, but not necessarily due purely to this user | ||||
|         else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user