diff options
Diffstat (limited to 'sm/export.c')
-rw-r--r-- | sm/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/export.c b/sm/export.c index e6c29ef17..6854c2a16 100644 --- a/sm/export.c +++ b/sm/export.c @@ -713,7 +713,7 @@ export_p12 (ctrl_t ctrl, const unsigned char *certimg, size_t certimglen, fclose (fp); if (pid != -1) { - if (!gnupg_wait_process (pgmname, pid)) + if (!gnupg_wait_process (pgmname, pid, NULL)) child_err = 0; } if (!err) |