]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove #ifndef DNS_RBT_USEHASH from rbtdb.c
authorEvan Hunt <each@isc.org>
Fri, 20 Apr 2018 21:37:31 +0000 (14:37 -0700)
committerEvan Hunt <each@isc.org>
Fri, 25 May 2018 16:12:17 +0000 (09:12 -0700)
commit7fbffa6c446c97a7cdcdcf307c852325ac0b191b
treeaad9508eea25f5dfce75a6a17a785578ed94f6c8
parent5354adc40362b1db5bef416fc89b10846c732837
remove #ifndef DNS_RBT_USEHASH from rbtdb.c

- this was a compile time option to disable the use of a hash table in
  the RBTDB. the code path without the hash table was buggy and
  untested, and unlikely to be needed by anyone anyway.
lib/dns/include/dns/rbt.h
lib/dns/rbt.c
lib/dns/rbtdb.c