mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
The only place where dns_name_hash() was being used is the old hash table in the dns_badcache unit. Squash the dns_name_fullhash() and dns_name_hash() into single dns_name_hash() function that's always case-insensitive as it doesn't make to do case-sensitive hashing of the domain names and we were not using this anywhere. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| irs | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||