aboutsummaryrefslogtreecommitdiffstats
path: root/sm/import.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c
index 4cbea8481..069408f85 100644
--- a/sm/import.c
+++ b/sm/import.c
@@ -635,7 +635,7 @@ parse_p12 (ctrl_t ctrl, ksba_reader_t reader,
fclose (fp);
if (pid != -1)
{
- if (!gnupg_wait_process (pgmname, pid))
+ if (!gnupg_wait_process (pgmname, pid, NULL))
child_err = 0;
}
if (!err)