mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26: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);
|
List<OsAccount> existingAccounts = accountMgr.getAccounts(host);
|
||||||
for(OsAccount osAccount: existingAccounts) {
|
for(OsAccount osAccount: existingAccounts) {
|
||||||
Optional<String> optional = osAccount.getUniqueIdWithinRealm();
|
Optional<String> optional = osAccount.getAddr();
|
||||||
if(!optional.isPresent()) {
|
if(!optional.isPresent()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user