mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Tag should be singular for user permission.
This commit is contained in:
@@ -171,7 +171,7 @@ public class PermissionList extends AuthenticatingHttpServlet {
|
||||
UserPermission up = (UserPermission) permission;
|
||||
|
||||
// Write permission
|
||||
xml.writeEmptyElement("users");
|
||||
xml.writeEmptyElement("user");
|
||||
xml.writeAttribute("type", toString(up.getType()));
|
||||
xml.writeAttribute("name", up.getObjectIdentifier());
|
||||
|
||||
|
Reference in New Issue
Block a user