X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=g10%2Fpkclist.c;h=012f751cfd734b474db2c4719fcfaea8b6a31512;hb=d9787447fe6a57e39113b60305b4ab672b9ba897;hp=288affc13c90ada5abeb9262f4babf3aaaaa5f5d;hpb=f77eedfaad1525168ca8593a3eb43ef157cd2891;p=platform%2Fupstream%2Fgpg2.git diff --git a/g10/pkclist.c b/g10/pkclist.c index 288affc..012f751 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -188,7 +188,7 @@ do_edit_ownertrust (ctrl_t ctrl, PKT_public_key *pk, int mode, int show=0; int min_num; int did_help=defer_help; - unsigned int minimum = tdb_get_min_ownertrust (pk); + unsigned int minimum = tdb_get_min_ownertrust (pk, 0); switch(minimum) { @@ -818,7 +818,7 @@ expand_group (strlist_t input) * success the new key is added to PK_LIST_ADDR. NAME is the user id * of the key. USE the requested usage and a set MARK_HIDDEN will * mark the key in the updated list as a hidden recipient. If - * FROM_FILE is true, NAME is is not a user ID but the name of a file + * FROM_FILE is true, NAME is not a user ID but the name of a file * holding a key. */ gpg_error_t find_and_check_key (ctrl_t ctrl, const char *name, unsigned int use,