diff options
author | Werner Koch <[email protected]> | 2015-02-23 14:25:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-23 14:25:37 +0000 |
commit | d9f6eea6115df7959564123eb99d633ce5bba42e (patch) | |
tree | 601e19b9c59c173ccead9e0027bfb1359eafff5c | |
parent | gpg: Replace remaining uses of stdio by estream. (diff) | |
download | gnupg-d9f6eea6115df7959564123eb99d633ce5bba42e.tar.gz gnupg-d9f6eea6115df7959564123eb99d633ce5bba42e.zip |
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 <[email protected]>
-rw-r--r-- | common/dns-cert.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |