mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +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) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
|
|
||||||
panel.save();
|
panel.save();
|
||||||
|
panel.setImage(image);
|
||||||
//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.start();
|
panel.start();
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user