]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
spelling fix
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 11 Mar 2010 16:17:45 +0000 (16:17 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 11 Mar 2010 16:17:45 +0000 (16:17 +0000)
git-svn-id: file:///svn/unbound/trunk@2029 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
validator/validator.c

index 7c2bbf899c1cad5cac9a9c53471734684a5e2ddc..c5d661115cc332aed6bd64f9d8b551cf995b5cf5 100644 (file)
@@ -7,6 +7,7 @@
        - Fix daemonize on Solaris 10, it did not detach from terminal.
        - tag 1.4.3 created.
        - trunk is 1.4.4 in development.
+       - spelling fix in validation error involving cnames.
 
 10 March 2010: Wouter
        - --enable-alloc-lite works with test set.
index 5ea3ec176bad9315a63be5fb19daac71dca808df..5f26f6511919e82b0a90ca72965bba16e0464854 100644 (file)
@@ -2455,7 +2455,7 @@ ds_response_to_ke(struct module_qstate* qstate, struct val_qstate* vq,
        } else {
                verbose(VERB_QUERY, "Encountered an unhandled type of "
                        "DS response, thus bogus.");
-               errinf(qstate, "no DS and ");
+               errinf(qstate, "no DS and");
                if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
                        char* rc = ldns_pkt_rcode2str(
                                FLAGS_GET_RCODE(msg->rep->flags));