mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-21 17:41:35 -04:00
query_reset() is called during query initialization, but the only time the NS_QUERY_SETUP hook runs is when it's called from query_cleanup(). it makes more sense to move the hook point to there and rename it to NS_QUERY_CLEANUP. this change caused a crash in the unit tests due to the view being unnecessarily detached before ns__client_reset_cb() was called. this has also been fixed. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| meson.build | ||