1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 23:19:09 +00:00

do not ignore keypress / status changes

This commit is contained in:
philsmd 2016-06-25 09:55:39 +02:00
parent f4a6585c58
commit ffd90774fc
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -18125,6 +18125,11 @@ int main (int argc, char **argv)
* create cracker threads
*/
if (data.devices_status == STATUS_STOP_AT_CHECKPOINT) check_checkpoint ();
if (data.devices_status == STATUS_ABORTED) break;
if (data.devices_status == STATUS_QUIT) break;
data.devices_status = STATUS_RUNNING;
if (initial_restore_done == 0)