aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-action.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-11-24 14:48:24 +0000
committerWerner Koch <[email protected]>2011-12-02 20:57:32 +0000
commitcc7cc2b4693e88ae3a476e14d19decfa91a9786f (patch)
treec9fc2612393eb2ba130da2f2e17f5f546f8f7eb2 /dirmngr/ks-action.c
parentUpdated the German translation. (diff)
downloadgnupg-cc7cc2b4693e88ae3a476e14d19decfa91a9786f.tar.gz
gnupg-cc7cc2b4693e88ae3a476e14d19decfa91a9786f.zip
Make HKP kyeserver engine work again.
We had some debug code here which prevented it from working. The host selection code still needs a review! * ks-engine-http.c (ks_http_help): Do not print help for hkp. * ks-engine-hkp.c (ks_hkp_help): Print help only for hkp. (send_request): Remove test code. (map_host): Use xtrymalloc. * certcache.c (classify_pattern): Remove unused variable and make explicit substring search work.
Diffstat (limited to 'dirmngr/ks-action.c')
-rw-r--r--dirmngr/ks-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ks-action.c b/dirmngr/ks-action.c
index 14de4d6c0..9ebf69b3c 100644
--- a/dirmngr/ks-action.c
+++ b/dirmngr/ks-action.c
@@ -87,7 +87,7 @@ ks_action_help (ctrl_t ctrl, const char *url)
if (!parsed_uri)
ks_print_help (ctrl,
- "(Use the schema followed by a colon for specific help.)");
+ "(Use an URL for engine specific help.)");
else
http_release_parsed_uri (parsed_uri);
return err;