mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge branch '7460-getAddr' of github.com:gdicristofaro/autopsy into 7459-getId
This commit is contained in:
commit
9324c8d8dd
@ -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