mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
New command --check-programs for gpgconf.
This commit is contained in:
parent
f268889b8f
commit
b13587ef16
17 changed files with 267 additions and 25 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue