DO NOT MERGE: hack for measurements: dump cache in plain zone format

Sometimes it's handy to dump cache in a format which can be processed
using standard tools. Don't forget fgrep -v '$DATE'.
This commit is contained in:
Petr Špaček
2021-12-02 10:13:47 +01:00
parent dcf68f6c23
commit 08e5448f4e
+1 -1
View File
@@ -11396,7 +11396,7 @@ resume:
if (dctx->dumpexpired) {
style = &dns_master_style_cache_with_expired;
} else {
style = &dns_master_style_cache;
style = &dns_master_style_full; /* hack for measurements */
}
/* start cache dump */
if (dctx->view->view->cachedb != NULL) {