mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-08 17:43:04 +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:
parent
d2a70fd834
commit
d9f6eea611
@ -268,7 +268,6 @@ get_dns_cert (const char *name, estream_t *r_key,
|
|||||||
|
|
||||||
class = buf16_to_u16 (pt);
|
class = buf16_to_u16 (pt);
|
||||||
pt += 2;
|
pt += 2;
|
||||||
class |= *pt++;
|
|
||||||
|
|
||||||
if (class != C_IN)
|
if (class != C_IN)
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user