1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 16:21:12 +00:00

Fix missed set of attribute skipped_temp

This commit is contained in:
jsteube 2017-10-18 12:57:48 +02:00
parent d7da964a7c
commit 048b14f6c6

View File

@ -3652,6 +3652,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
bool skipped_temp = false;
#if defined (__APPLE__)
/**
* If '--force' is not set, we proceed to excluding unstable hash-modes,
@ -3672,6 +3673,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
skipped_temp = true;
}
#endif // __APPLE__
if ((skipped_temp == true) && (user_options->force == false))
{