2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

query-replace-o in error message; no need to pull up since no code in 9.0.0

will use the function in which the error appears
This commit is contained in:
David Lawrence
2000-07-04 01:29:48 +00:00
parent a53efa1718
commit c7c2522a32

View File

@@ -15,7 +15,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: confndc.c,v 1.18 2000/06/19 17:41:42 bwelling Exp $ */ /* $Id: confndc.c,v 1.19 2000/07/04 01:29:48 tale Exp $ */
/* /*
** options { ** options {
@@ -1111,7 +1111,7 @@ parse_serverstmt(ndcpcontext *pctx, dns_c_ndcserver_t **server) {
if (keyname == NULL) { if (keyname == NULL) {
parser_error(pctx, ISC_FALSE, parser_error(pctx, ISC_FALSE,
"server statement requiresult a key value"); "server statement requires a key value");
result = ISC_R_FAILURE; result = ISC_R_FAILURE;
goto done; goto done;
} }