2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Fix a typo in dns/master.h

The ISC_R_SEENINCLUDE definition does not exist, the correct one
is DNS_R_SEENINCLUDE.
This commit is contained in:
Aram Sargsyan 2024-12-25 14:33:39 +00:00 committed by Arаm Sаrgsyаn
parent 3d7a9fba3b
commit d75bdabe51

View File

@ -175,7 +175,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