]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix a typo in dns/master.h
authorAram Sargsyan <aram@isc.org>
Wed, 25 Dec 2024 14:33:39 +0000 (14:33 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 8 Jan 2025 14:00:55 +0000 (14:00 +0000)
The ISC_R_SEENINCLUDE definition does not exist, the correct one
is DNS_R_SEENINCLUDE.

lib/dns/include/dns/master.h

index 20402e58826f5bde05a0d36e3875bebfe94410ab..bbcbc613ce6d9f9cb99cb960d6a52f96cd9dfde5 100644 (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