mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 16:40:00 -04:00
3796. [bug] Register dns error codes. [RT #35629]
(cherry picked from commit 51e6164fd6)
This commit is contained in:
parent
8da4c8daec
commit
217cb571db
2 changed files with 4 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
3796. [bug] Register dns error codes. [RT #35629]
|
||||
|
||||
3795. [bug] Make named-checkconf detect raw masterfiles for
|
||||
hint zones and reject them. [RT #35268]
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,8 @@ main(int argc, char **argv) {
|
|||
int len = 0;
|
||||
int ch;
|
||||
|
||||
dns_result_register();
|
||||
|
||||
result = isc_file_progname(*argv, program, sizeof(program));
|
||||
if (result != ISC_R_SUCCESS)
|
||||
memmove(program, "ddns-confgen", 13);
|
||||
|
|
|
|||
Loading…
Reference in a new issue