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-11-06 22:31:45 +01:00
2019-02-06 22:13:05 +00:00
2019-11-26 13:52:18 +01:00
2019-02-05 19:02:18 -08:00
2019-02-06 22:13:05 +00:00
2019-08-12 14:08:12 +00:00
2019-10-03 15:02:59 -07:00
2019-08-09 09:18:02 -07:00
2019-08-12 14:08:12 +00:00
2019-02-06 22:13:05 +00:00
2019-10-01 10:43:26 +10:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-09-12 09:26:09 +02:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-11-17 18:59:41 -08:00
2019-11-06 22:36:21 +01:00
2019-11-06 22:31:45 +01:00
2019-11-17 18:59:41 -08:00
2019-02-06 22:13:05 +00:00
2019-09-12 09:26:09 +02:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-11-17 18:59:41 -08:00
2019-11-19 08:21:26 +00:00
2019-11-06 22:31:45 +01:00
2019-11-17 18:59:41 -08:00
2019-08-12 14:08:12 +00:00
2019-11-26 13:52:18 +01:00
2019-08-09 09:18:02 -07:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00
2019-09-12 09:26:09 +02:00
2019-07-31 10:05:52 +02:00
2019-08-12 14:08:12 +00:00
2019-11-06 22:31:45 +01:00
2019-11-10 20:14:17 +00:00
2019-11-06 22:31:45 +01:00