[git] GPGME - branch, master, updated. gpgme-1.6.0-291-g30f1562

by Andre Heinecke cvs at cvs.gnupg.org
Thu Aug 18 17:22:22 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  30f156280f18500ee522db58aecd40711c8af685 (commit)
      from  9cf983b0199950c8f8cccee2cb8e45aafcba9fd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 30f156280f18500ee522db58aecd40711c8af685
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Aug 18 17:14:36 2016 +0200

    core: Remove (now) useless diagnostic
    
    * src/w32-io.c(_gpgme_io_spawn): Remove spawnhelper not found
    diagnostic.
    
    --
    When spawnhelper is not found the error is now catched before
    the CreateProcess call so the added diagnostic in bb2d11c
    (which was not helpful because the value for spawnhelper
    would be NULL in that case) is now no longer needed.

diff --git a/src/w32-io.c b/src/w32-io.c
index 9aaaeeb..3a69541 100644
--- a/src/w32-io.c
+++ b/src/w32-io.c
@@ -1644,8 +1644,6 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags,
     {
       int lasterr = (int)GetLastError ();
       TRACE_LOG1 ("CreateProcess failed: ec=%d", lasterr);
-      if (lasterr == ERROR_INVALID_PARAMETER)
-        TRACE_LOG1 ("(is '%s' correctly installed?)", spawnhelper);
       free (arg_string);
       close (tmp_fd);
       DeleteFileA (tmp_name);

-----------------------------------------------------------------------

Summary of changes:
 src/w32-io.c | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list