mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01: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 {
|
throws GuacamoleException {
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case CREATE: return "read";
|
case CREATE: return "create";
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new GuacamoleException("Unknown permission type: " + type);
|
throw new GuacamoleException("Unknown permission type: " + type);
|
||||||
|
Reference in New Issue
Block a user