mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
change to getAddr
This commit is contained in:
parent
5c169b73d9
commit
29c1a51ddb
@ -1141,7 +1141,7 @@ class ExtractRegistry extends Extract {
|
||||
|
||||
List<OsAccount> existingAccounts = accountMgr.getAccounts(host);
|
||||
for(OsAccount osAccount: existingAccounts) {
|
||||
Optional<String> optional = osAccount.getUniqueIdWithinRealm();
|
||||
Optional<String> optional = osAccount.getAddr();
|
||||
if(!optional.isPresent()) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user