mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
Fix missing line
This commit is contained in:
parent
e696e0a87d
commit
c2c656edbe
@ -909,6 +909,8 @@ void status_display_status_json (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
time (&time_now);
|
||||
|
||||
char *end;
|
||||
|
||||
time_t sec_etc = status_get_sec_etc (hashcat_ctx);
|
||||
|
||||
if (overflow_check_u64_add (time_now, sec_etc) == false)
|
||||
|
Loading…
Reference in New Issue
Block a user