mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-23 09:18:48 +00:00
Merge pull request #1095 from philsmd/master
dead code: hash_len is always > 0 at this location
This commit is contained in:
commit
7b9e06c438
@ -725,13 +725,6 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
if (hashconfig->hash_mode == 2500)
|
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;
|
hashlist_mode = HL_MODE_FILE;
|
||||||
|
|
||||||
hashes->hashlist_mode = hashlist_mode;
|
hashes->hashlist_mode = hashlist_mode;
|
||||||
|
Loading…
Reference in New Issue
Block a user