1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Fixed copy/paste error leading to invalid reassembled passwords added with a1b5af4433

This commit is contained in:
Jens Steube 2020-09-03 06:48:07 +02:00
parent 6a419d068c
commit 1ba80a6c1e

View File

@ -155,7 +155,7 @@ int build_plain (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, pl
if (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL)
{
if ((user_options->rp_files_cnt == 0) || (user_options->rp_gen == 0))
if ((user_options->rp_files_cnt == 0) && (user_options->rp_gen == 0))
{
for (int i = 0; i < 14; i++)
{