diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index c06db5225..fdf97932f 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -116,6 +116,9 @@ main (int argc, char **argv) set_strusage (my_strusage); log_set_prefix ("gpgconf", 1); + /* Make sure that our subsystems are ready. */ + init_common_subsystems (); + i18n_init(); /* Parse the command line. */ |