1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-26 00:18:36 +00:00

Fix missed set of attribute skipped_temp

This commit is contained in:
jsteube 2017-10-18 12:54:22 +02:00
parent f9b7e40af7
commit 84312bfae6

View File

@ -3682,6 +3682,8 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
device_param->skipped = true; device_param->skipped = true;
device_param->skipped_temp == true;
continue; continue;
} }