]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use "qpzone" by default in named-checkzone
authorEvan Hunt <each@isc.org>
Sun, 5 Nov 2023 09:37:01 +0000 (10:37 +0100)
committerEvan Hunt <each@isc.org>
Thu, 7 Mar 2024 04:57:31 +0000 (20:57 -0800)
this is for testing of database loading/dumping features.
it doesn't work yet.

bin/check/check-tool.c

index 352d83acbf0697a46c80a50e040c880da94e196c..eba4e83d735c02667e6e45d3034da5f8ac34b13a 100644 (file)
@@ -73,7 +73,7 @@
 #define ERR_IS_MXCNAME    6
 #define ERR_IS_SRVCNAME           7
 
-static const char *dbtype[] = { ZONEDB_DEFAULT };
+static const char *dbtype[] = { "qpzone" };
 
 int debug = 0;
 const char *journal = NULL;