diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 9054e29b3..57ea08b3d 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -147,9 +147,8 @@ main (int argc, char **argv) log_set_prefix ("gpgconf", 1); /* Make sure that our subsystems are ready. */ - init_common_subsystems (); - i18n_init(); + init_common_subsystems (); /* Parse the command line. */ pargs.argc = &argc; |