aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trust.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/trust.c')
-rw-r--r--g10/trust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trust.c b/g10/trust.c
index bd1c89458..f7763bd0c 100644
--- a/g10/trust.c
+++ b/g10/trust.c
@@ -278,7 +278,7 @@ update_ownertrust (ctrl_t ctrl, PKT_public_key *pk, unsigned int new_trust)
(void)pk;
(void)new_trust;
#else
- tdb_update_ownertrust (ctrl, pk, new_trust);
+ tdb_update_ownertrust (ctrl, pk, new_trust, 0);
#endif
}