mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 23:08:31 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-6688_logresearch_master'
This commit is contained in:
@@ -424,7 +424,7 @@ public class Repository implements FileSystemListener, RepositoryLogger {
|
||||
synchronized (fileSystem) {
|
||||
if (userMap.remove(username) != null) {
|
||||
writeUserList(userMap, anonymousAccessAllowed);
|
||||
log.info("User access d from repository '" + name + "': " + username);
|
||||
log.info("User access removed from repository '" + name + "': " + username);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user