mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
fix comment for combinator_ctx_init () call
This commit is contained in:
parent
feea399625
commit
67585eb470
@ -768,7 +768,7 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
|
||||
if (straight_ctx_init (hashcat_ctx) == -1) return -1;
|
||||
|
||||
/**
|
||||
* straight mode init
|
||||
* combinator mode init
|
||||
*/
|
||||
|
||||
if (combinator_ctx_init (hashcat_ctx) == -1) return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user