From d9f6eea6115df7959564123eb99d633ce5bba42e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 23 Feb 2015 15:25:37 +0100 Subject: [PATCH] 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 --- common/dns-cert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/dns-cert.c b/common/dns-cert.c index 317ebb1d8..e74330840 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;