mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Bug fix - do not append keys to each other when --sending more than one.
This commit is contained in:
parent
0c3e409fa3
commit
346b795eb9
2 changed files with 6 additions and 1 deletions
|
@ -356,7 +356,7 @@ keyserver_spawn(int action,STRLIST list,u32 (*kidlist)[2],int count,int *prog)
|
|||
afx.what=1;
|
||||
iobuf_push_filter(buffer,armor_filter,&afx);
|
||||
|
||||
if(export_pubkeys_stream(buffer,key,1)==-1)
|
||||
if(export_pubkeys_stream(buffer,temp,1)==-1)
|
||||
iobuf_close(buffer);
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue