]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
* Fix _answerfrom comment in ldns_struct_pkt.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 15 Jun 2016 11:13:50 +0000 (13:13 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 15 Jun 2016 11:13:50 +0000 (13:13 +0200)
Changelog
ldns/packet.h

index 451d88eb5460b9272ae2119a98909f818557c659..25435d558430dfe6a705131beb78f1789aaa5f66 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -67,6 +67,7 @@ TBD
          dnssec.h, once openssl has support for signing with these algorithms.
          The dns algorithm number is not yet allocated. These features are
          not fully implemented yet.
+       * Fix _answerfrom comment in ldns_struct_pkt.
 
 1.6.17 2014-01-10
        * Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
index c07a963f739008710091d285bc5b4ae93b128cc9..61a9d94081a7e5978b455e548783a4d3bd7819c4 100644 (file)
@@ -235,7 +235,7 @@ struct ldns_struct_pkt
        /** Header section */
        ldns_hdr *_header;
        /* extra items needed in a packet */
-       /** The size of the wire format of the packet in octets */
+       /** an rdf (A or AAAA) with the IP address of the server it is from */
        ldns_rdf *_answerfrom;
         /** Timestamp of the time the packet was sent or created */
        struct timeval timestamp;