mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-12 13:16:57 +01:00
Bug fix - do not append keys to each other when --sending more than one.
This commit is contained in:
parent
0c3e409fa3
commit
346b795eb9
@ -1,3 +1,8 @@
|
||||
2002-02-03 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyserver.c (keyserver_spawn): Bug fix - do not append keys to
|
||||
each other when --sending more than one.
|
||||
|
||||
2002-02-02 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* options.h, g10.c (main), keyedit.c (sign_uids), sign.c
|
||||
|
@ -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…
x
Reference in New Issue
Block a user