Changeset 7705
- Timestamp:
- May 13, 2019, 8:36:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.15-stable/src/core/net/sf/basedb/core/Keyring.java
r7689 r7705 799 799 synchronized boolean setRoleInactive(int roleId, boolean inactive) 800 800 { 801 if (getReload()) reload(); 801 802 // Ignore roles that the user is not a member of 802 if ( !roles.contains(roleId)) return false;803 if (roles == null || !roles.contains(roleId)) return false; 803 804 804 805 if (inactiveRoles == null) inactiveRoles = new HashSet<Integer>();
Note: See TracChangeset
for help on using the changeset viewer.