aboutsummaryrefslogtreecommitdiffstats
path: root/src/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/export.c')
-rw-r--r--src/export.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/export.c b/src/export.c
index c5bcca6e..155085ff 100644
--- a/src/export.c
+++ b/src/export.c
@@ -105,7 +105,8 @@ export_status_handler (void *priv, gpgme_status_code_t code, char *args)
return err;
else if (opd->err)
; /* We only want to report the first error. */
- else if (!strcmp (loc, "keyserver_send"))
+ else if (!strcmp (loc, "keyserver_send")
+ || !strcmp (loc, "export_keys.secret"))
opd->err = err;
break;