mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:50:45 -04:00
Fix a typo in dns/master.h
The ISC_R_SEENINCLUDE definition does not exist, the correct one
is DNS_R_SEENINCLUDE.
(cherry picked from commit d75bdabe51)
This commit is contained in:
parent
1c6a97055d
commit
c9ecf79e89
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ dns_master_loadfileasync(const char *master_file, dns_name_t *top,
|
|||
*
|
||||
* Returns:
|
||||
*\li ISC_R_SUCCESS upon successfully loading the master file.
|
||||
*\li ISC_R_SEENINCLUDE upon successfully loading the master file with
|
||||
*\li DNS_R_SEENINCLUDE upon successfully loading the master file with
|
||||
* a $INCLUDE statement.
|
||||
*\li ISC_R_NOMEMORY out of memory.
|
||||
*\li ISC_R_UNEXPECTEDEND expected to be able to read a input token and
|
||||
|
|
|
|||
Loading…
Reference in a new issue