diff --git a/src/hashcat.c b/src/hashcat.c index 9a7d39a82..b0e4811f0 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -295,12 +295,13 @@ static int inner2_loop (hashcat_ctx_t *hashcat_ctx) } /** - * Set time for --bypass-delay + * Set time for --bypass-delay and start point for --bypass-threshold */ if (user_options->bypass_delay_chgd == true) { time (&status_ctx->timer_bypass_start); + status_ctx->bypass_digests_done = hashcat_ctx->hashes->digests_done; } /**