Skip to content

Commit d45e008

Browse files
committed
Fix --targets not working properly. Fixes #223
1 parent 4d78fad commit d45e008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sslscan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,9 @@ int main(int argc, char *argv[])
41244124
// Open targets file...
41254125
targetsFile = fopen(argv[options->targets] + 10, "r");
41264126
if (targetsFile == NULL)
4127+
{
41274128
printf_error("Could not open targets file %s.", argv[options->targets] + 10);
4129+
}
41284130
else
41294131
{
41304132
readLine(targetsFile, line, sizeof(line));

0 commit comments

Comments
 (0)