aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-04-19 13:24:36 +0000
committerWerner Koch <[email protected]>2006-04-19 13:24:36 +0000
commitd0907e64f473b743ec7a6888583e19502b804ca2 (patch)
tree455edb5bd2b75ce96b967fc398160f3adb989a66 /g10/export.c
parentMerged with gpg 1.4.3 code. (diff)
downloadgnupg-d0907e64f473b743ec7a6888583e19502b804ca2.tar.gz
gnupg-d0907e64f473b743ec7a6888583e19502b804ca2.zip
Continued with merging.
Still does not build.
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c
index 495079602..2760ea054 100644
--- a/g10/export.c
+++ b/g10/export.c
@@ -594,7 +594,6 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
if( rc ) {
log_error("build_packet(%d) failed: %s\n",
node->pkt->pkttype, g10_errstr(rc) );
- rc = G10ERR_WRITE_FILE;
goto leave;
}
}