mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 09:06:51 -04:00
because dig now uses the netmgr, printing of response messages happens in a different thread than setup. the IDN output filtering procedure, which set using dns_name_settotextfilter(), is stored as thread-local data, and so if it's set during setup, it won't be accessible when printing. we now set it immediately before printing, in the same thread, and clear it immedately afterward. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| pkcs11 | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| win32/BINDInstall | ||
| Makefile.am | ||