mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-27 02:18:21 +00:00
This commit is contained in:
parent
f85886ecf1
commit
3a04086a04
@ -100,10 +100,10 @@ int debugfile_init (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
debugfile_ctx->mode = user_options->debug_mode;
|
||||
|
||||
debugfile_ctx->filename = user_options->debug_file;
|
||||
|
||||
if (debugfile_ctx->filename)
|
||||
{
|
||||
debugfile_ctx->filename = user_options->debug_file;
|
||||
|
||||
debugfile_ctx->fp = fopen (debugfile_ctx->filename, "ab");
|
||||
|
||||
if (debugfile_ctx->fp == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user