mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.20] 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 Backport of MR !9243 Merge branch 'backport-4827-cleanup-dst-only-if-initialized-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9246
This commit is contained in:
commit
42e84e4b97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue