mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
agent,w32: Initialize nPth in server mode.
* agent/gpg-agent.c (main) [W32]: Call initialize_modules in server mode. -- Fixes-commit: 9a707a223a3d45ccf245dee7989ca144e4e6bb49 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a5910e00ac
commit
81d6e98cdf
@ -1532,10 +1532,15 @@ main (int argc, char **argv )
|
||||
parent_pid = getpid ();
|
||||
|
||||
fflush (NULL);
|
||||
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
|
||||
(void)csh_style;
|
||||
(void)nodetach;
|
||||
initialize_modules ();
|
||||
|
||||
#else /*!HAVE_W32_SYSTEM*/
|
||||
|
||||
pid = fork ();
|
||||
if (pid == (pid_t)-1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user