mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 00:51:05 +00:00
Merge pull request #390 from philsmd/master
do not ignore keypress / status changes
This commit is contained in:
commit
7f37bcc9c2
@ -18125,6 +18125,11 @@ int main (int argc, char **argv)
|
|||||||
* create cracker threads
|
* 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;
|
data.devices_status = STATUS_RUNNING;
|
||||||
|
|
||||||
if (initial_restore_done == 0)
|
if (initial_restore_done == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user