mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
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@gnupg.org>
This commit is contained in:
parent
a2127c71db
commit
f57dc2b1e6
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user