Fix a XoT crash

The transport should also be detached when we skip a master, otherwise
named will crash when sending a SOA query to the next master over TLS,
because the transport must be NULL when we enter
'dns_view_gettransport'.
This commit is contained in:
Matthijs Mekking
2021-03-15 15:08:04 +01:00
parent 24c796942f
commit ee0835d977
6 changed files with 12 additions and 3 deletions

View File

@@ -82,3 +82,6 @@ Bug Fixes
``named-journalprint -d`` (downgrade) or ``named-journalprint -u``
(upgrade). Note that this *must not* be done while ``named`` is
running. [GL #2505]
- Fix a crash when transferring a zone over TLS, after "named" previously
skipped a master. [GL #2562]