summaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-22 13:46:05 +0100
committerWerner Koch <wk@gnupg.org>2010-03-22 13:46:05 +0100
commite64038608be28c14ed72b0372529762953de898f (patch)
tree3847da576d4f2e6c542ce6737179a11afcc1a487 /g10/gpgv.c
parentBuilds again for W32. (diff)
downloadgnupg2-e64038608be28c14ed72b0372529762953de898f.tar.xz
gnupg2-e64038608be28c14ed72b0372529762953de898f.zip
More chnages to use estream. Add a way to replace the standard
descriptors.
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r--g10/gpgv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index ba4885b9e..d6e49e368 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -148,7 +148,7 @@ main( int argc, char **argv )
/* Make sure that our subsystems are ready. */
i18n_init();
- init_common_subsystems ();
+ init_common_subsystems (&argc, &argv);
gnupg_init_signals (0, NULL);