If --dynamic-x is used, potfile database needs to keep all hashes

This commit is contained in:
jsteube 2023-11-13 08:48:11 +00:00
parent 4da1d31668
commit 702306dfd5
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ bool default_potfile_keep_all_hashes (MAYBE_UNUSED const hashconfig_t *hashconfi
// keep all hashes if --username was combined with --left or --show
if (user_options->username == true)
if ((user_options->username == true) || (user_options->dynamic_x == true))
{
if ((user_options->show == true) || (user_options->left == true))
{