diff options
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index 0bfdb7725..a5456d52d 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -68,7 +68,7 @@ secret_key_list( int nnames, char **names ) STRLIST list = NULL; for( ; nnames ; nnames--, names++ ) add_to_strlist( &list, *names ); - list_one( list, 0 ); + list_one( list, 1 ); free_strlist( list ); } } |