mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Do not return -1 in case of --keyspace
This commit is contained in:
parent
f8124a1272
commit
f3f4ab4421
@ -136,7 +136,12 @@ static int inner2_loop (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
EVENT (EVENT_CALCULATED_WORDS_BASE);
|
EVENT (EVENT_CALCULATED_WORDS_BASE);
|
||||||
|
|
||||||
if (user_options->keyspace == true) return 0;
|
if (user_options->keyspace == true)
|
||||||
|
{
|
||||||
|
status_ctx->devices_status = STATUS_RUNNING;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
// restore stuff
|
// restore stuff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user