mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #3460 from philsmd/philsmd-combinator-comment
fix comment for combinator_ctx_init () call
This commit is contained in:
commit
7c177f3c94
@ -768,7 +768,7 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
|
|||||||
if (straight_ctx_init (hashcat_ctx) == -1) return -1;
|
if (straight_ctx_init (hashcat_ctx) == -1) return -1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* straight mode init
|
* combinator mode init
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (combinator_ctx_init (hashcat_ctx) == -1) return -1;
|
if (combinator_ctx_init (hashcat_ctx) == -1) return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user