1
0
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:
Jens Steube 2022-09-17 23:37:38 +02:00 committed by GitHub
commit 7c177f3c94
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; 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;