1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 23:48:39 +00:00

Fix function pointer can be NULL

This commit is contained in:
jsteube 2019-04-05 09:54:55 +02:00
parent c507a649f0
commit f374da11e3
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
}
else
{
m02500_aux = NULL;
return false;
}
m02500_aux

View File

@ -515,7 +515,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
}
else
{
m02501_aux = NULL;
return false;
}
m02501_aux