mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
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. |
||
|---|---|---|
| .. | ||
| include/dig | ||
| win32 | ||
| .gitignore | ||
| dig.1 | ||
| dig.c | ||
| dig.docbook | ||
| dig.html | ||
| dighost.c | ||
| host.1 | ||
| host.c | ||
| host.docbook | ||
| host.html | ||
| Makefile.in | ||
| nslookup.1 | ||
| nslookup.c | ||
| nslookup.docbook | ||
| nslookup.html | ||