1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

Space cleanup

This commit is contained in:
PenguinKeeper7 2023-09-04 23:12:16 +01:00
parent 2954b62a6a
commit e9eccf32b6

View File

@ -192,8 +192,8 @@ int dictstat_write (hashcat_ctx_t *hashcat_ctx)
if (hashconfig->dictstat_disable == true) return 0;
if (user_options->rule_buf_l_chgd == true) return 0 ;
if (user_options->rule_buf_r_chgd == true) return 0 ;
if (user_options->rule_buf_l_chgd == true) return 0;
if (user_options->rule_buf_r_chgd == true) return 0;
HCFILE fp;