the actual changes for #461 :)

pull/461/head
philsmd 8 years ago
parent 0413806a04
commit 58ae741cbd
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -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…
Cancel
Save