aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-19 17:44:20 +0000
committerWerner Koch <[email protected]>2004-12-19 17:44:20 +0000
commit8f22f895e94d45755c99470eb76fd9fd508b5b5f (patch)
treec428f9546b0f65eeb0189214b1ebabeededd65ec /agent/gpg-agent.c
parent* maperror.c (map_assuan_err_with_source): Oops, args were swapped. (diff)
downloadgnupg-8f22f895e94d45755c99470eb76fd9fd508b5b5f.tar.gz
gnupg-8f22f895e94d45755c99470eb76fd9fd508b5b5f.zip
* query.c (initialize_module_query):
* call-scd.c (initialize_module_call_scd): New. * w32-pth.c (pth_init): Enable debugging depending on env var. (pth_self): New. (pth_mutex_release, pth_mutex_acquire): Implemented directly using the W32 API.
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index ed12fed4f..65d5fd5a6 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -627,6 +627,10 @@ main (int argc, char **argv )
exit (1);
}
+ initialize_module_query ();
+ initialize_module_call_scd ();
+
+ /* Try to create missing directories. */
create_directories ();
if (debug_wait && pipe_server)