mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* export.c (do_export_stream): Put all given names into a search
description and change the loop so that all matching names are returned.
This commit is contained in:
parent
216c24452f
commit
2687db38df
4 changed files with 40 additions and 30 deletions
|
@ -122,7 +122,7 @@ list_one( STRLIST names, int secret )
|
|||
GETKEY_CTX ctx;
|
||||
|
||||
/* fixme: using the bynames function has the disadvantage that we
|
||||
* don't knowether one of the names given was not found. OTOH,
|
||||
* don't know wether one of the names given was not found. OTOH,
|
||||
* this function has the advantage to list the names in the
|
||||
* sequence as defined by the keyDB and does not duplicate
|
||||
* outputs. A solution could be do test whether all given have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue