From 57deea63c55701bdd9395fc10f11ea5768b4ad8e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Oct 2007 11:15:26 +0000 Subject: Fixed wrong entry in the gpg-agent table. --- tools/gpgconf-comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gpgconf-comp.c') 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"), -- cgit