mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03:00
fix: usr: Fix assertion failure when checking named-checkconf version
Checking the version of `named-checkconf` would end with assertion failure. This has been fixed. Closes #4827 Merge branch '4827-cleanup-dst-only-if-initialized' into 'main' Closes #4827 See merge request isc-projects/bind9!9243
This commit is contained in:
commit
00739e99f6
@ -593,7 +593,7 @@ main(int argc, char **argv) {
|
||||
const char *conffile = NULL;
|
||||
isc_mem_t *mctx = NULL;
|
||||
isc_result_t result = ISC_R_SUCCESS;
|
||||
bool cleanup_dst = true;
|
||||
bool cleanup_dst = false;
|
||||
bool load_zones = false;
|
||||
bool list_zones = false;
|
||||
bool print = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user