mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 04:43:08 -04:00
max-names no longer exists
This commit is contained in:
parent
f31fd1e949
commit
9697d96db3
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: parser.c,v 1.4 2001/02/15 23:22:26 bwelling Exp $ */
|
||||
/* $Id: parser.c,v 1.5 2001/02/16 02:34:33 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -771,7 +771,6 @@ view_clauses[] = {
|
|||
{ "auth-nxdomain", &cfg_type_boolean, CFG_CLAUSEFLAG_NEWDEFAULT },
|
||||
#ifndef NOMINUM_PUBLIC
|
||||
{ "notify-forward", &cfg_type_boolean, 0 },
|
||||
{ "max-names", &cfg_type_uint32, 0 },
|
||||
#endif /* NOMINUM_PUBLIC */
|
||||
{ "recursion", &cfg_type_boolean, 0 },
|
||||
{ "provide-ixfr", &cfg_type_boolean, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue