diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/dns-stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c index 191719e93..ac295b0cc 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -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; |