mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
gpg: Default to the flat TOFU DB format.
* g10/tofu.c (opendbs): If the TOFU DB format is set to auto and there is no TOFU DB, default to the flat format. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
288c9919dc
commit
951f277b6b
@ -1014,9 +1014,9 @@ opendbs (void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
opt.tofu_db_format = TOFU_DB_SPLIT;
|
opt.tofu_db_format = TOFU_DB_FLAT;
|
||||||
if (DBG_TRUST)
|
if (DBG_TRUST)
|
||||||
log_debug ("Using split format for TOFU DB.\n");
|
log_debug ("Using flat format for TOFU DB.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user