summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-10-23 13:15:26 +0200
committerWerner Koch <wk@gnupg.org>2007-10-23 13:15:26 +0200
commit57deea63c55701bdd9395fc10f11ea5768b4ad8e (patch)
treec1e0e9539ee9b17788b9b5f6e37e6c902c75a92d
parentReplace popen by our own code to help with Windows long files (e.g. those (diff)
downloadgnupg2-57deea63c55701bdd9395fc10f11ea5768b4ad8e.tar.xz
gnupg2-57deea63c55701bdd9395fc10f11ea5768b4ad8e.zip
Fixed wrong entry in the gpg-agent table.
-rw-r--r--tools/ChangeLog6
-rw-r--r--tools/gpgconf-comp.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 415f2f086..37652eb84 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-23 Werner Koch <wk@g10code.com>
+
+ * gpgconf-comp.c (gc_options_gpg_agent): Repalce accidently used
+ GC_BACKEND_SCDAEMON. We should consider to create these tables
+ from plain files.
+
2007-10-22 Werner Koch <wk@g10code.com>
* gpgconf-comp.c (retrieve_options_from_program): Replace use of
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 48697576f..6e1d604e9 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -537,7 +537,7 @@ static gc_option_t gc_options_gpg_agent[] =
{ "check-passphrase-pattern", GC_OPT_FLAG_RUNTIME,
GC_LEVEL_EXPERT,
"gnupg", N_("|FILE|check new passphrases against pattern in FILE"),
- GC_ARG_TYPE_PATHNAME, GC_BACKEND_SCDAEMON },
+ GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPG_AGENT },
{ "max-passphrase-days", GC_OPT_FLAG_RUNTIME,
GC_LEVEL_EXPERT, "gnupg",
N_("|N|expire the passphrase after N days"),