[Pkg-gnupg-commit] [gnupg2] 43/292: dirmngr: Fix type.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 285d193f1e1464495bce57bd0f323468515b4513
Author: Justus Winter <justus at g10code.com>
Date:   Tue Sep 20 10:19:44 2016 +0200

    dirmngr: Fix type.
    
    * dirmngr/dns-stuff.c (get_dns_cert): Fix type in fallback code.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 dirmngr/dns-stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c
index 191719e..ac295b0 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list