qf_cname_forbid _is_ implemented.
authorian <ian>
Sun, 11 Apr 1999 18:17:49 +0000 (18:17 +0000)
committerian <ian>
Sun, 11 Apr 1999 18:17:49 +0000 (18:17 +0000)
src/reply.c

index 452c5f6..c1ad342 100644 (file)
@@ -156,7 +156,7 @@ void adns__procdgram(adns_state ads, const byte *dgram, int dglen,
       }
       continue;
     }
-    if (rrtype == adns_r_cname && /* fixme - implement adns_qf_nocname */
+    if (rrtype == adns_r_cname &&
        (qu->typei->type & adns__rrt_typemask) != adns_r_cname) {
       if (qu->flags & adns_qf_cname_forbid) {
        adns__query_fail(qu,adns_s_prohibitedcname);