diff options
Diffstat (limited to '')
-rw-r--r-- | agent/preset-passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |