1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-01-21 05:25:29 +00:00
parent 7debff3867
commit 9ef0f26270
37 changed files with 2779 additions and 3925 deletions

View file

@ -126,6 +126,7 @@ hkp_export( STRLIST users )
iobuf_write( hd.fp_write, iobuf_get_temp_buffer(temp),
iobuf_get_temp_length(temp) );
iobuf_put( hd.fp_write, '\n' );
iobuf_flush_temp( temp );
iobuf_close(temp);
rc = http_wait_response( &hd, &status );