2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00
This commit is contained in:
Andreas Gustafsson
2000-02-15 18:24:26 +00:00
parent b9b814893a
commit be1395f914

View File

@@ -17,7 +17,7 @@
*/ */
#if !defined(lint) && !defined(SABER) #if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Id: confparser.y,v 1.42 2000/02/15 17:05:11 brister Exp $"; static char rcsid[] = "$Id: confparser.y,v 1.43 2000/02/15 18:24:26 gson Exp $";
#endif /* not lint */ #endif /* not lint */
#include <config.h> #include <config.h>
@@ -2451,7 +2451,7 @@ address_name: any_string
tmpres = dns_c_ipmatchany_new(currcfg->mem, &elem); tmpres = dns_c_ipmatchany_new(currcfg->mem, &elem);
if (tmpres != ISC_R_SUCCESS) { if (tmpres != ISC_R_SUCCESS) {
parser_error(ISC_FALSE, parser_error(ISC_FALSE,
"failed to create ``any''" "failed to create ``none''"
" ipmatch element"); " ipmatch element");
YYABORT; YYABORT;
} }