mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Stop building keyword table in HTML report when user cancels
This commit is contained in:
parent
a59b0b61c8
commit
eb50332fbf
@ -89,6 +89,7 @@ public class Report {
|
|||||||
ResultSet uniqueresults = tempdbconnect.executeQry("SELECT keyword, exp, preview, list, name, obj_id FROM report ORDER BY keyword ASC");
|
ResultSet uniqueresults = tempdbconnect.executeQry("SELECT keyword, exp, preview, list, name, obj_id FROM report ORDER BY keyword ASC");
|
||||||
String keyword = "";
|
String keyword = "";
|
||||||
while (uniqueresults.next()) {
|
while (uniqueresults.next()) {
|
||||||
|
if (ReportFilter.cancel == true) { break; }
|
||||||
Long objId = uniqueresults.getLong("obj_id");
|
Long objId = uniqueresults.getLong("obj_id");
|
||||||
AbstractFile file = null;
|
AbstractFile file = null;
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user