[git] GnuPG - branch, master, updated. gnupg-2.1.2-6-gd9f6eea

by Werner Koch cvs at cvs.gnupg.org
Mon Feb 23 15:27:18 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  d9f6eea6115df7959564123eb99d633ce5bba42e (commit)
      from  d2a70fd8348d6c11d1960caf2afe0701833dad6a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d9f6eea6115df7959564123eb99d633ce5bba42e
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Feb 23 15:25:37 2015 +0100

    common: Fix regression due to commit 2183683b.
    
    * common/dns-cert.c (get_dns_cert): Remove cruft.
    --
    
    GnuPG-bug-id: 1850
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/common/dns-cert.c b/common/dns-cert.c
index 317ebb1..e743308 100644
--- a/common/dns-cert.c
+++ b/common/dns-cert.c
@@ -268,7 +268,6 @@ get_dns_cert (const char *name, estream_t *r_key,
 
           class = buf16_to_u16 (pt);
           pt += 2;
-          class |= *pt++;
 
           if (class != C_IN)
             break;

-----------------------------------------------------------------------

Summary of changes:
 common/dns-cert.c | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list