]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Removed patch comments from acllist.c and msgencode.c
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 Oct 2016 13:20:42 +0000 (13:20 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 Oct 2016 13:20:42 +0000 (13:20 +0000)
git-svn-id: file:///svn/unbound/trunk@3886 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/acl_list.c
doc/Changelog
util/data/msgencode.c

index a37c8b0e621ac3d321818b90e89780793929e6a1..f7d71b9fddb909516a7d4b582910281515e4f363 100644 (file)
@@ -234,8 +234,7 @@ check_data(const char* data, const struct config_strlist* head)
        size_t len = sizeof(rr);
        int res;
        /* '.' is sufficient for validation, and it makes the call to
-        * sldns_wirerr_get_type() simpler below.
-        * (once adopted, this comment can be removed) */
+        * sldns_wirerr_get_type() simpler below. */
        snprintf(buf, sizeof(buf), "%s %s", ".", data);
        res = sldns_str2wire_rr_buf(buf, rr, &len, NULL, 3600, NULL, 0,
                NULL, 0);
index 17895981784e1a5761b9566dd2e535a26b1b8afb..62375748661b442143eddf03ec10d2e4f9f9c71a 100644 (file)
@@ -1,6 +1,7 @@
 18 October 2016: Wouter
        - Patch that resolves CNAMEs entered in local-data conf statements that
          point to data on the internet, from Jinmei Tatuya (Infoblox).
+       - Removed patch comments from acllist.c and msgencode.c
 
 17 October 2016: Wouter
        - Re-fix #839 from view commit overwrite.
index cecc8d8e161b1db64bb102c0313af4338ded8b69..5d3a2476217800ef78d72972f2e21293386b8e4e 100644 (file)
@@ -538,10 +538,7 @@ insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
        /* we now allow this function to be called multiple times for the
         * same section, incrementally updating num_rrs.  The caller is
         * responsible for initializing it (which is the case in the current
-        * implementation).
-        * Note: once approved, this comment and the following line should be
-        * removed. */
-       /**num_rrs = 0;*/
+        * implementation). */
 
        if(s != LDNS_SECTION_ADDITIONAL) {
                if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)