1
0
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:
Chick3nman 2019-04-02 15:00:56 -05:00
parent e696e0a87d
commit c2c656edbe

View File

@ -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)