diff options
author | Werner Koch <[email protected]> | 2004-03-23 12:33:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-03-23 12:33:20 +0000 |
commit | 0c36e10633eb9dee9b44a2f773c8242c5cb1ea61 (patch) | |
tree | 221029d5bd92c95ae39641cd408a2e3c0f38267a /scd/scdaemon.c | |
parent | 2004-03-23 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-0c36e10633eb9dee9b44a2f773c8242c5cb1ea61.tar.gz gnupg-0c36e10633eb9dee9b44a2f773c8242c5cb1ea61.zip |
(main) <gpgconf_list>: Fixed output for pcsc_driver.
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 9f1e409e4..955724b3f 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -545,7 +545,7 @@ main (int argc, char **argv ) printf ("reader-port:%lu:\n", GC_OPT_FLAG_NONE ); printf ("ctapi-driver:%lu:\n", GC_OPT_FLAG_NONE ); - printf ("pcsc-driver:%lu:\"%s\":\n", + printf ("pcsc-driver:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT, DEFAULT_PCSC_DRIVER ); #ifdef HAVE_LIBUSB printf ("disable-ccid:%lu:\n", GC_OPT_FLAG_NONE ); |