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-11-24 15:15:08 +0000
commit231d27e0fec905be52d679961332947c3331f15f (patch)
treed04cff926996d2be6b1a58c3d696ab3f75fc97c6 /dirmngr/ks-action.c
parentUpdated the German translation. (diff)
downloadgnupg-231d27e0fec905be52d679961332947c3331f15f.tar.gz
gnupg-231d27e0fec905be52d679961332947c3331f15f.zip
Make HKP keyserver 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;