[git] GnuPG - branch, master, updated. gnupg-2.1.15-199-gf57dc2b

by Werner Koch cvs at cvs.gnupg.org
Wed Oct 5 09:21:00 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 "The GNU Privacy Guard".

The branch, master has been updated
       via  f57dc2b1e6f28d164f882373535dbcb0d632ca17 (commit)
      from  a2127c71dbf87c1710b43d91a733dd4c9b2953bc (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 f57dc2b1e6f28d164f882373535dbcb0d632ca17
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Oct 5 09:13:27 2016 +0200

    agent: Fix npth + supervised mode problem.
    
    * agent/gpg-agent.c (main): Initialize modules in supervised mode.
    --
    
    It was probably my fault.  I had to rebase my patches to take in the
    npth patches but for some reason my addition of initialize_modules got
    lost.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 9c7b8fc..dcc9bb6 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1456,6 +1456,8 @@ main (int argc, char **argv )
 #ifndef HAVE_W32_SYSTEM
       gnupg_fd_t fd, fd_extra, fd_browser, fd_ssh;
 
+      initialize_modules ();
+
       /* when supervised and sending logs to stderr, the process
          supervisor should handle log entry metadata (pid, name,
          timestamp) */

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

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


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




More information about the Gnupg-commits mailing list