[git] GnuPG - branch, master, updated. gnupg-2.1.16-2-g9a707a2

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Nov 21 03:33:13 CET 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 "The GNU Privacy Guard".

The branch, master has been updated
       via  9a707a223a3d45ccf245dee7989ca144e4e6bb49 (commit)
      from  7e174fcc746644bbfa77ab5df9ee775e221c663b (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 9a707a223a3d45ccf245dee7989ca144e4e6bb49
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Nov 21 11:18:33 2016 +0900

    agent: Fix npth + daemon mode problem.
    
    * agent/gpg-agent.c (main): Remove duplicated initialization in daemon
    mode.
    
    --
    The commit f57dc2b1e6f28d164f882373535dbcb0d632ca17 fixes a part of
    problem (for missing initialization of supervised mode).  It was
    actually put in wrong place.
    
    Fixes-commit: 9f92b62a51d2d60f038fdbe01602865c5933fa95
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 1433f7f..175866d 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1473,8 +1473,6 @@ main (int argc, char **argv )
       pid_t pid;
 #endif
 
-      initialize_modules ();
-
       /* Remove the DISPLAY variable so that a pinentry does not
          default to a specific display.  There is still a default
          display when gpg-agent was started using --display or a

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

Summary of changes:
 agent/gpg-agent.c | 2 --
 1 file changed, 2 deletions(-)


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




More information about the Gnupg-commits mailing list