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

pull/3909/head
jsteube 6 months ago
parent 4da1d31668
commit 702306dfd5

@ -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))
{

Loading…
Cancel
Save