mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
dirmngr: Fix previous commit
-- Ooops, forgot to commit the actual backport part. GnuPG-bug-id: 4590 Fixes-commit: 458973f502b9a43ecf29e804a2c0c86e78f5927a
This commit is contained in:
parent
458973f502
commit
2c6d94702a
@ -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
|
/* FIXME: We should put a cache into dns-stuff because the same
|
||||||
* query (with a different port and socket type, though) will be
|
* query (with a different port and socket type, though) will be
|
||||||
* done later by http function. */
|
* 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)
|
if (err)
|
||||||
{
|
{
|
||||||
err = 0;
|
err = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user