Merge pull request #2189 from neheb/fgfggdf

bools
This commit is contained in:
Jens Steube
2019-11-05 12:29:02 +01:00
committed by GitHub
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ int folder_config_init (hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const char *ins
hcfree (cpath);
//if (getenv ("TMP") == NULL)
if (1)
if (true)
{
char *tmp;