Skip to content
Snippets Groups Projects
Unverified Commit 70e6ed51 authored by Ann Priestman's avatar Ann Priestman Committed by GitHub
Browse files

Merge pull request #2702 from sepinf-inc/#2700_fix

Fix #2700: continue loop over next volumes if first volumes fail to open
parents dd9ea63c 6107c617
No related branches found
No related tags found
No related merge requests found
......@@ -507,10 +507,6 @@ TskAuto::findFilesInPool(TSK_OFF_T start, TSK_POOL_TYPE_ENUM ptype)
"findFilesInPool: Error opening APFS file system");
registerError();
}
tsk_img_close(pool_img);
tsk_pool_close(pool);
return TSK_ERR;
}
tsk_img_close(pool_img);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment