mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-360: Fix comment typo.
This commit is contained in:
@@ -96,7 +96,7 @@ public class ActiveConnectionPermissionService
|
|||||||
String identifier = record.getUUID().toString();
|
String identifier = record.getUUID().toString();
|
||||||
permissions.add(new ObjectPermission(ObjectPermission.Type.READ, identifier));
|
permissions.add(new ObjectPermission(ObjectPermission.Type.READ, identifier));
|
||||||
|
|
||||||
// If we're and admin, or the connection is ours, then we also have DELETE
|
// If we're an admin, or the connection is ours, then we can DELETE
|
||||||
if (isAdmin || targetUser.getIdentifier().equals(record.getUsername()))
|
if (isAdmin || targetUser.getIdentifier().equals(record.getUsername()))
|
||||||
permissions.add(new ObjectPermission(ObjectPermission.Type.DELETE, identifier));
|
permissions.add(new ObjectPermission(ObjectPermission.Type.DELETE, identifier));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user