From 84312bfae6a49566e2d3c1e0b34611f4d984a648 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 18 Oct 2017 12:54:22 +0200 Subject: [PATCH] Fix missed set of attribute skipped_temp --- src/opencl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/opencl.c b/src/opencl.c index 4fd7e2260..cbde9206a 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -3682,6 +3682,8 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx) device_param->skipped = true; + device_param->skipped_temp == true; + continue; }