dirmngr: Fix previous commit

--
Ooops, forgot to commit the actual backport part.

GnuPG-bug-id: 4590
Fixes-commit: 458973f502
This commit is contained in:
Werner Koch 2019-07-03 15:43:47 +02:00
parent 458973f502
commit 2c6d94702a
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -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;