mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
CL returns error when invalid report config name is used
This commit is contained in:
parent
991f211da7
commit
41d928b6fc
@ -77,7 +77,7 @@ public class CommandLineIngestManager extends CommandLineManager {
|
||||
|
||||
static int CL_SUCCESS = 0;
|
||||
static int CL_RUN_FAILURE = -1;
|
||||
static int CL_PROCESS_FAILURE = 1;
|
||||
static int CL_PROCESS_FAILURE = -2;
|
||||
|
||||
public CommandLineIngestManager() {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user