gpgscm: Update callsite of 'gnupg_spawn_process'.

* tests/gpgscm/ffi.c (do_spawn_process): Adapt to the changes to
'gnupg_spawn_process'.

Fixes-commit: 44a32455
Fixes-commit: 96c7901e
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-10-06 14:13:18 +02:00
parent 8ce800d219
commit 07cfb3b27a
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ do_spawn_process (scheme *sc, pointer args)
}
err = gnupg_spawn_process (argv[0], (const char **) &argv[1],
GPG_ERR_SOURCE_DEFAULT,
NULL,
NULL,
flags,
&infp, &outfp, &errfp, &pid);