1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-02 02:48:57 +02:00

Bug fix - do not append keys to each other when --sending more than one.

This commit is contained in:
David Shaw 2002-02-04 05:19:24 +00:00
parent 0c3e409fa3
commit 346b795eb9
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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
{