fix comment for combinator_ctx_init () call

pull/3460/head
philsmd 2 years ago committed by GitHub
parent feea399625
commit 67585eb470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save