From: Aram Sargsyan Date: Wed, 25 Dec 2024 14:33:39 +0000 (+0000) Subject: Fix a typo in dns/master.h X-Git-Tag: v9.21.4~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d75bdabe511b47b33c94135ce9618ea3ddce3e2d;p=thirdparty%2Fbind9.git Fix a typo in dns/master.h The ISC_R_SEENINCLUDE definition does not exist, the correct one is DNS_R_SEENINCLUDE. --- diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h index 20402e58826..bbcbc613ce6 100644 --- a/lib/dns/include/dns/master.h +++ b/lib/dns/include/dns/master.h @@ -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