aboutsummaryrefslogtreecommitdiffstats
path: root/src/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keylist.c')
-rw-r--r--src/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keylist.c b/src/keylist.c
index 424a8654..f76904b0 100644
--- a/src/keylist.c
+++ b/src/keylist.c
@@ -650,7 +650,7 @@ keylist_colon_handler (void *priv, char *line)
/* Field 2 has the trust info, and field 10 has the user ID. */
if (fields >= 10)
{
- if (_gpgme_key_append_name (key, field[9]))
+ if (_gpgme_key_append_name (key, field[9], 1))
return gpg_error_from_errno (GPG_ERR_ENOMEM); /* FIXME */
else
{