[Pkg-gnupg-commit] [gnupg2] 88/292: gpgscm: Update callsite of 'gnupg_spawn_process'.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 07cfb3b27a77491eae818d57f6eb660e75fa013f
Author: Justus Winter <justus at g10code.com>
Date:   Thu Oct 6 14:13:18 2016 +0200

    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 at g10code.com>
---
 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 829384a..44db6bb 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list