mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
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:
parent
8ce800d219
commit
07cfb3b27a
@ -653,7 +653,7 @@ do_spawn_process (scheme *sc, pointer args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
err = gnupg_spawn_process (argv[0], (const char **) &argv[1],
|
err = gnupg_spawn_process (argv[0], (const char **) &argv[1],
|
||||||
GPG_ERR_SOURCE_DEFAULT,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
flags,
|
flags,
|
||||||
&infp, &outfp, &errfp, &pid);
|
&infp, &outfp, &errfp, &pid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user