aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/tofu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 5c99b739c..ed0d92c2a 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -2085,10 +2085,10 @@ get_trust (ctrl_t ctrl, PKT_public_key *pk,
if (policy == TOFU_POLICY_NONE)
{
if (record_binding (dbs, fingerprint, email, user_id,
- TOFU_POLICY_AUTO, 0, now) != 0)
+ TOFU_POLICY_GOOD, 0, now) != 0)
{
log_error (_("error setting TOFU binding's trust level"
- " to %s\n"), "auto");
+ " to %s\n"), "good");
trust_level = _tofu_GET_TRUST_ERROR;
goto out;
}