#268: Fix typo in permissions XML.

This commit is contained in:
Michael Jumper
2013-02-08 23:42:28 -08:00
parent 3a82560fa4
commit eeada061ad

View File

@@ -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);