diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 76e44670a..31f88bb3d 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -152,7 +152,7 @@ main (int argc, char **argv) /* Make sure that our subsystems are ready. */ i18n_init(); - init_common_subsystems (); + init_common_subsystems (&argc, &argv); /* Parse the command line. */ pargs.argc = &argc; |