mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Fix export bug using exact search with only one key in the keybox.
* g10/export.c (do_export_stream): Disable caching. * g10/keyserver.c (keyidlist): Ditto. -- GnuPG-bug-id: 1774
This commit is contained in:
parent
2f90b7c21b
commit
f1c3eb4b16
3 changed files with 7 additions and 1 deletions
|
@ -804,6 +804,8 @@ do_export_stream (ctrl_t ctrl, iobuf_t out, strlist_t users, int secret,
|
|||
sl->d, gpg_strerror (err));
|
||||
}
|
||||
|
||||
keydb_disable_caching (kdbhd); /* We are looping the search. */
|
||||
|
||||
/* It would be nice to see which of the given users did actually
|
||||
match one in the keyring. To implement this we need to have
|
||||
a found flag for each entry in desc. To set this flag we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue