diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 9a5e01f31..e5d8ea911 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -406,7 +406,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. |