aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to 'agent')
-rw-r--r--agent/gpg-agent.c4
-rw-r--r--agent/preset-passphrase.c2
-rw-r--r--agent/protect-tool.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 4ff5774dc..ee4bb2f17 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -589,7 +589,7 @@ main (int argc, char **argv )
/* Make sure that our subsystems are ready. */
i18n_init ();
- init_common_subsystems ();
+ init_common_subsystems (&argc, &argv);
/* Libgcrypt requires us to register the threading model first.
@@ -1385,7 +1385,7 @@ get_agent_scd_notify_event (void)
HANDLE h, h2;
SECURITY_ATTRIBUTES sa = { sizeof (SECURITY_ATTRIBUTES), NULL, TRUE};
- /* We need to use manual reset evet object due to the way our
+ /* We need to use a manual reset event object due to the way our
w32-pth wait function works: If we would use an automatic
reset event we are not able to figure out which handle has
been signaled because at the time we single out the signaled
diff --git a/agent/preset-passphrase.c b/agent/preset-passphrase.c
index 8e3b3e2c5..89542c67e 100644
--- a/agent/preset-passphrase.c
+++ b/agent/preset-passphrase.c
@@ -210,7 +210,7 @@ main (int argc, char **argv)
/* Make sure that our subsystems are ready. */
i18n_init ();
- init_common_subsystems ();
+ init_common_subsystems (&argc, &argv);
opt_homedir = default_homedir ();
diff --git a/agent/protect-tool.c b/agent/protect-tool.c
index 4008a8867..0fc2002ee 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -1025,7 +1025,7 @@ main (int argc, char **argv )
/* Make sure that our subsystems are ready. */
i18n_init ();
- init_common_subsystems ();
+ init_common_subsystems (&argc, &argv);
if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
{