1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

dead code: hash_len is always > 0 at this location

This commit is contained in:
philsmd 2017-02-14 21:09:04 +01:00
parent ed772a02a4
commit 1f88ae42ef
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -725,13 +725,6 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
if (hashconfig->hash_mode == 2500)
{
if (hash_len == 0)
{
event_log_error (hashcat_ctx, "hccapx file not specified");
return -1;
}
hashlist_mode = HL_MODE_FILE;
hashes->hashlist_mode = hashlist_mode;