mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
fixed incorrect error message
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: confparser.y.dirty,v 1.52 2001/01/25 21:10:18 bwelling Exp $ */
|
/* $Id: confparser.y.dirty,v 1.53 2001/01/27 02:12:13 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -2526,7 +2526,7 @@ channel_stmt:
|
|||||||
| L_CHANNEL channel_name L_LBRACE logging_non_type_keywords {
|
| L_CHANNEL channel_name L_LBRACE logging_non_type_keywords {
|
||||||
parser_error(ISC_FALSE,
|
parser_error(ISC_FALSE,
|
||||||
"first statment inside a channel definition "
|
"first statment inside a channel definition "
|
||||||
"must be 'file' or 'syslog' or 'null'");
|
"must be 'file' or 'syslog' or 'null' or 'stderr'");
|
||||||
YYABORT;
|
YYABORT;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user