dirmngr: Fix type.

* dirmngr/dns-stuff.c (get_dns_cert): Fix type in fallback code.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-09-20 10:19:44 +02:00
parent 4644c27514
commit 285d193f1e
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ get_dns_cert (const char *name, int want_certtype,
if (r_key)
*r_key = NULL;
if (r_keylen)
*r_keylen = NULL;
*r_keylen = 0;
*r_fpr = NULL;
*r_fprlen = 0;
*r_url = NULL;