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);
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.
/* 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)