Fix missing line

pull/1975/head
Chick3nman 5 years ago
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…
Cancel
Save