Files
bind9/lib/dns/tests
Mark Andrews 9936462f31 dns_master_indent and dns_master_indentstr must not be global
The indentation for dumping the master zone was driven by two
global variables dns_master_indent and dns_master_indentstr.  In
threaded mode, this becomes prone to data access races, so this commit
converts the global variables into a local per-context tuple that
consist of count and string.
2019-11-26 13:52:18 +01:00
..
2019-07-30 21:25:15 +02:00
2019-07-30 21:25:15 +02:00
2018-11-14 20:17:04 -08:00