[git] GnuPG - branch, master, updated. gnupg-2.1.8-60-gbdd180f

by Werner Koch cvs at cvs.gnupg.org
Fri Oct 2 12:25:02 CEST 2015


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  bdd180f47cb0d63a2f8c4a7ed9b2aa66b4781cd8 (commit)
      from  75c64c2b6d77856b90903cc3b7c6a2f62ff8eb7b (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 bdd180f47cb0d63a2f8c4a7ed9b2aa66b4781cd8
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Oct 2 12:21:31 2015 +0200

    scd: Use Assuan macro instead of a number constant.
    
    --

diff --git a/agent/call-scd.c b/agent/call-scd.c
index 6cd5825..65b5e7c 100644
--- a/agent/call-scd.c
+++ b/agent/call-scd.c
@@ -326,11 +326,12 @@ start_scd (ctrl_t ctrl)
     }
   no_close_list[i] = ASSUAN_INVALID_FD;
 
-  /* Connect to the pinentry and perform initial handshaking.  Use
-     detached flag (128) so that under W32 SCDAEMON does not show up a
+  /* Connect to the scdaemon and perform initial handshaking.  Use
+     detached flag so that under Windows SCDAEMON does not show up a
      new window.  */
   rc = assuan_pipe_connect (ctx, opt.scdaemon_program, argv,
-			    no_close_list, atfork_cb, NULL, 128);
+			    no_close_list, atfork_cb, NULL,
+                            ASSUAN_PIPE_CONNECT_DETACHED);
   if (rc)
     {
       log_error ("can't connect to the SCdaemon: %s\n",

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

Summary of changes:
 agent/call-scd.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list