From: Evan Hunt Date: Sun, 5 Nov 2023 09:37:01 +0000 (+0100) Subject: use "qpzone" by default in named-checkzone X-Git-Tag: v9.19.22~4^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8292991fe85f922822800c3e02f07ad237d47c5;p=thirdparty%2Fbind9.git use "qpzone" by default in named-checkzone this is for testing of database loading/dumping features. it doesn't work yet. --- diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index 352d83acbf0..eba4e83d735 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -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;