aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/hkp.c')
-rw-r--r--g10/hkp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/hkp.c b/g10/hkp.c
index 11f701116..7300cf0e1 100644
--- a/g10/hkp.c
+++ b/g10/hkp.c
@@ -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 );