mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
the actual changes for #461 :)
This commit is contained in:
parent
0413806a04
commit
58ae741cbd
@ -7898,7 +7898,10 @@ int main (int argc, char **argv)
|
||||
|
||||
if (wordlist_mode == WL_MODE_STDIN)
|
||||
{
|
||||
status = 1;
|
||||
// enable status (in stdin mode) whenever we do not use --stdout together with an outfile
|
||||
|
||||
if (stdout_flag == 0) status = 1;
|
||||
else if (outfile != NULL) status = 1;
|
||||
|
||||
data.status = status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user