1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

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@gnupg.org>
This commit is contained in:
Werner Koch 2015-02-23 15:25:37 +01:00
parent d2a70fd834
commit d9f6eea611
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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;