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 5f3078c19..a094ae36b 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -364,9 +364,9 @@ main (int argc, char **argv ) log_set_prefix ("scdaemon", 1|4); /* Make sure that our subsystems are ready. */ + i18n_init (); init_common_subsystems (); - i18n_init (); /* Libgcrypt requires us to register the threading model first. Note that this will also do the pth_init. */ |