1
0
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:
philsmd 2022-09-14 16:11:47 +02:00 committed by GitHub
parent feea399625
commit 67585eb470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;