1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-23 15:08:37 +00:00

Merge pull request #3902 from PenguinKeeper7/outfile-check-timer

Check --outfile-check-timer immediately
This commit is contained in:
hashcat-bot 2025-07-15 19:36:21 +02:00 committed by GitHub
commit 0a348859da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ static int outfile_remove (hashcat_ctx_t *hashcat_ctx)
int out_cnt = 0;
u32 check_left = outfile_check_timer; // or 1 if we want to check it at startup
u32 check_left = 1; // or outfile_check_timer if we want to check it after the --outfile-check-timer delay
while (status_ctx->shutdown_inner == false)
{