From 07cfb3b27a77491eae818d57f6eb660e75fa013f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 6 Oct 2016 14:13:18 +0200 Subject: [PATCH] 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 --- tests/gpgscm/ffi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gpgscm/ffi.c b/tests/gpgscm/ffi.c index 829384ae1..44db6bb82 100644 --- a/tests/gpgscm/ffi.c +++ b/tests/gpgscm/ffi.c @@ -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);