]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove unneeded members from dns_validator
authorEvan Hunt <each@isc.org>
Sun, 15 Sep 2019 23:36:16 +0000 (16:36 -0700)
committerEvan Hunt <each@isc.org>
Fri, 15 Nov 2019 22:26:08 +0000 (14:26 -0800)
commit692c879e3cc06294fbc51997e669eebf38d40486
tree4f1332aec93223553bd6f532572ed253dc8fb038
parent3a4334636b5d734037ae5a930d736aef7a502538
remove unneeded members from dns_validator

- val->keynode and val->seensig were set but never used.
- val->nearest, val->soaset, val->soaname, val->nsecset and val->nsec3set
  were never used at all.
lib/dns/include/dns/validator.h
lib/dns/keytable.c
lib/dns/nta.c
lib/dns/validator.c