- Remove unused iter_env member (ip6arpa_dname)

git-svn-id: file:///svn/unbound/trunk@4290 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Ralph Dolmans 2017-08-03 09:29:21 +00:00
parent 4f9236ae55
commit de731edc0d
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,6 @@
3 August 2017: Ralph
- Remove unused iter_env member (ip6arpa_dname)
3 August 2017: Wouter
- Fix #1394: mix of serve-expired and response-ip could cause a crash.

View file

@ -129,9 +129,6 @@ struct iter_env {
* array of max_dependency_depth+1 size.
*/
int* target_fetch_policy;
/** ip6.arpa dname in wireformat, used for qname-minimisation */
uint8_t* ip6arpa_dname;
};
/**