From f57dc2b1e6f28d164f882373535dbcb0d632ca17 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 5 Oct 2016 09:13:27 +0200 Subject: 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 --- agent/gpg-agent.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'agent/gpg-agent.c') diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 9c7b8fcc9..dcc9bb6a4 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) */ -- cgit v1.2.3