typo svn:NO TEST

git-svn-id: file:///svn/unbound/trunk@2010 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Matthijs Mekking 2010-03-04 15:24:51 +00:00
parent 867dfc0563
commit 4f325d281b
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
- Fix scrubber bug that potentially let NS records through. Reported - Fix scrubber bug that potentially let NS records through. Reported
by Amanda Constant. by Amanda Constant.
- Also delete potential poison references from additional. - Also delete potential poison references from additional.
- Fix: no classification of a forwarder as lame, throwaway instead. - Fix: no classification of a forwarder as lame, throw away instead.
23 February 2010: Wouter 23 February 2010: Wouter
- libunbound ub_ctx_get_option() added. - libunbound ub_ctx_get_option() added.

View file

@ -78,7 +78,7 @@ struct key_entry_data {
uint32_t ttl; uint32_t ttl;
/** the key rrdata. can be NULL to signal keyless name. */ /** the key rrdata. can be NULL to signal keyless name. */
struct packed_rrset_data* rrset_data; struct packed_rrset_data* rrset_data;
/** notNULL sometimes to give reason why bogus */ /** not NULL sometimes to give reason why bogus */
char* reason; char* reason;
/** DNS RR type of the rrset data (host order) */ /** DNS RR type of the rrset data (host order) */
uint16_t rrset_type; uint16_t rrset_type;