mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +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