mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
spelling fix
git-svn-id: file:///svn/unbound/trunk@2029 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
590facc3d8
commit
8c7781fb24
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
- Fix daemonize on Solaris 10, it did not detach from terminal.
|
- Fix daemonize on Solaris 10, it did not detach from terminal.
|
||||||
- tag 1.4.3 created.
|
- tag 1.4.3 created.
|
||||||
- trunk is 1.4.4 in development.
|
- trunk is 1.4.4 in development.
|
||||||
|
- spelling fix in validation error involving cnames.
|
||||||
|
|
||||||
10 March 2010: Wouter
|
10 March 2010: Wouter
|
||||||
- --enable-alloc-lite works with test set.
|
- --enable-alloc-lite works with test set.
|
||||||
|
|
|
||||||
|
|
@ -2455,7 +2455,7 @@ ds_response_to_ke(struct module_qstate* qstate, struct val_qstate* vq,
|
||||||
} else {
|
} else {
|
||||||
verbose(VERB_QUERY, "Encountered an unhandled type of "
|
verbose(VERB_QUERY, "Encountered an unhandled type of "
|
||||||
"DS response, thus bogus.");
|
"DS response, thus bogus.");
|
||||||
errinf(qstate, "no DS and ");
|
errinf(qstate, "no DS and");
|
||||||
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
|
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
|
||||||
char* rc = ldns_pkt_rcode2str(
|
char* rc = ldns_pkt_rcode2str(
|
||||||
FLAGS_GET_RCODE(msg->rep->flags));
|
FLAGS_GET_RCODE(msg->rep->flags));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue