aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/server.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-07-03 13:43:47 +0000
committerWerner Koch <[email protected]>2019-07-03 13:43:47 +0000
commit2c6d94702a676de9fadaaf003b9c80dc76c02f92 (patch)
tree53dd3b2293ffc4f4915608e57c2d1b56b0ab28e2 /dirmngr/server.c
parentdirmngr: Support the new WKD draft with the openpgpkey subdomain. (diff)
downloadgnupg-2c6d94702a676de9fadaaf003b9c80dc76c02f92.tar.gz
gnupg-2c6d94702a676de9fadaaf003b9c80dc76c02f92.zip
dirmngr: Fix previous commit
-- Ooops, forgot to commit the actual backport part. GnuPG-bug-id: 4590 Fixes-commit: 458973f502b9a43ecf29e804a2c0c86e78f5927a
Diffstat (limited to '')
-rw-r--r--dirmngr/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c
index 1b1e64b39..5e8ea5e8d 100644
--- a/dirmngr/server.c
+++ b/dirmngr/server.c
@@ -898,7 +898,7 @@ proc_wkd_get (ctrl_t ctrl, assuan_context_t ctx, char *line)
/* FIXME: We should put a cache into dns-stuff because the same
* query (with a different port and socket type, though) will be
* done later by http function. */
- err = resolve_dns_name (ctrl, domainbuf, 0, 0, 0, &aibuf, NULL);
+ err = resolve_dns_name (domainbuf, 0, 0, 0, &aibuf, NULL);
if (err)
{
err = 0;