]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Remove commented out macro. Thanks Thiago Farina
authorWillem Toorop <willem@nlnetlabs.nl>
Fri, 23 Sep 2016 08:50:38 +0000 (10:50 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Fri, 23 Sep 2016 08:50:38 +0000 (10:50 +0200)
Changelog
ldns/wire2host.h

index 5d2a19201b7276a855ee96739859508927f43bc6..fd819764323653a1d315f18ae4959c15356ec6fe 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -73,6 +73,7 @@ TBD
        * Fix comment referring to mk_query in packet.h to pkt_query_new.
        * Fix description of QR flag in packet.h.
        * Fix for openssl 1.1.0 API changes.
+       * Remove commented out macro.  Thanks Thiago Farina
 
 1.6.17 2014-01-10
        * Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
index 7ce146aa93d14d28202412836eb02deb5b2e88cb..6a7999c31d7282ac20d3e05b545a96b1867745c2 100644 (file)
@@ -99,9 +99,6 @@ extern "C" {
 
 /* Counter of the question section */
 #define LDNS_QDCOUNT_OFF               4
-/*
-#define        QDCOUNT(wirebuf)                (ntohs(*(uint16_t *)(wirebuf+QDCOUNT_OFF)))
-*/
 #define        LDNS_QDCOUNT(wirebuf)           (ldns_read_uint16(wirebuf+LDNS_QDCOUNT_OFF))
 
 /* Counter of the answer section */