From e64038608be28c14ed72b0372529762953de898f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 22 Mar 2010 12:46:05 +0000 Subject: More chnages to use estream. Add a way to replace the standard descriptors. --- scd/scdaemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd') diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 9a5e01f31..e5d8ea911 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -406,7 +406,7 @@ main (int argc, char **argv ) /* Make sure that our subsystems are ready. */ i18n_init (); - init_common_subsystems (); + init_common_subsystems (&argc, &argv); /* Libgcrypt requires us to register the threading model first. -- cgit v1.2.3