mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	#268: Fix typo in permissions XML.
This commit is contained in:
		| @@ -60,7 +60,7 @@ public class PermissionList extends AuthenticatingHttpServlet { | ||||
|         throws GuacamoleException { | ||||
|  | ||||
|         switch (type) { | ||||
|             case CREATE: return "read"; | ||||
|             case CREATE: return "create"; | ||||
|         } | ||||
|      | ||||
|         throw new GuacamoleException("Unknown permission type: " + type); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user