aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-03 19:38:58 +0000
committerWerner Koch <[email protected]>1998-11-03 19:38:58 +0000
commitb9dd2ebb2c08b457735f8acf997ff54965db91de (patch)
tree7d2408445104fa5135bd63b7e7bfc98d5a66688f /g10/keyedit.c
parentsome random changes (diff)
downloadgnupg-b9dd2ebb2c08b457735f8acf997ff54965db91de.tar.gz
gnupg-b9dd2ebb2c08b457735f8acf997ff54965db91de.zip
(Does not compile yet)
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r--g10/keyedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 62921349c..a2b0a761f 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -647,7 +647,7 @@ keyedit_menu( const char *username, STRLIST locusr )
}
else
tty_printf(_("Key not changed so no update needed.\n"));
- rc = update_trust_record( keyblock, NULL );
+ rc = update_trust_record( keyblock, 0, NULL );
if( rc )
log_error(_("update of trust db failed: %s\n"),
g10_errstr(rc) );
@@ -705,7 +705,7 @@ keyedit_menu( const char *username, STRLIST locusr )
sec_modified = modified = 1;
/* must update the trustdb already here, so that preferences
* get listed correctly */
- rc = update_trust_record( keyblock, NULL );
+ rc = update_trust_record( keyblock, 0, NULL );
if( rc ) {
log_error(_("update of trust db failed: %s\n"),
g10_errstr(rc) );