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

No longer validate category names upon config file parsing.

This commit is contained in:
James Brister
2000-05-08 19:52:03 +00:00
parent 7bb0f11636
commit 131c2e2e9d

View File

@@ -16,7 +16,7 @@
* SOFTWARE.
*/
/* $Id: confparser.y,v 1.73 2000/05/08 14:35:33 tale Exp $ */
/* $Id: confparser.y,v 1.74 2000/05/08 19:52:03 brister Exp $ */
#include <config.h>
@@ -2290,12 +2290,6 @@ channel_list: channel L_EOS
category_name: any_string
{
tmpres = dns_c_checkcategory($1);
if (tmpres != ISC_R_SUCCESS) {
parser_warning(ISC_FALSE,
"unknown category '%s'", $1);
}
$$ = $1;
}
| L_DEFAULT