[go: nahoru, domu]

Skip to content

Commit

Permalink
Don't change a die to a print and expect the program to die
Browse files Browse the repository at this point in the history
  • Loading branch information
tautology0 committed Feb 27, 2019
1 parent 79225c7 commit 02ad78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/nikto.pl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ sub config_init {
$config_exists = 1 if ($error eq "");

if ($config_exists == 0) {
print "- Could not find a valid nikto config file.\n";
die "- Could not find a valid nikto config file.\n";
}

return;
Expand Down

0 comments on commit 02ad78f

Please sign in to comment.