bind9/lib/dns/include
Aram Sargsyan 43ac2cd229 Fix catalog zone reconfiguration crash
The following scenario triggers a "named" crash:

1. Configure a catalog zone.
2. Start "named".
3. Comment out the "catalog-zone" clause.
4. Run `rndc reconfig`.
5. Uncomment the "catalog-zone" clause.
6. Run `rndc reconfig` again.

Implement the required cleanup of the in-memory catalog zone during
the first `rndc reconfig`, so that the second `rndc reconfig` could
find it in an expected state.
2021-11-23 11:39:37 +00:00
..
dns Fix catalog zone reconfiguration crash 2021-11-23 11:39:37 +00:00
dst Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00