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