[Pkg-gnupg-commit] [gnupg2] 02/180: agent: Fix npth + daemon mode problem.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Dec 24 22:29:01 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 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>
---
 agent/gpg-agent.c | 2 --
 1 file changed, 2 deletions(-)

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

-- 
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