mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 00:46:16 +00:00
Fix null ptr exception in ingest restart dialog
Remove redundant code
This commit is contained in:
parent
3b90fe9d88
commit
9de459c2d0
@ -79,18 +79,7 @@ public class IngestDialog extends JDialog {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
panel.save();
|
||||
|
||||
//pick the services
|
||||
List<IngestServiceAbstract> servicesToStart = panel.getServicesToStart();
|
||||
|
||||
if (!servicesToStart.isEmpty()) {
|
||||
manager.execute(servicesToStart, image);
|
||||
}
|
||||
|
||||
//update ingest freq. refresh
|
||||
if (panel.freqSliderEnabled()) {
|
||||
manager.setUpdateFrequency(panel.sliderValue());
|
||||
}
|
||||
panel.setImage(image);
|
||||
panel.start();
|
||||
close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user