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

try-edns is no more

This commit is contained in:
Mark Andrews
2001-11-07 04:25:19 +00:00
parent e209942448
commit 773e64ec15
8 changed files with 11 additions and 34 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.89 2001/11/07 03:52:20 marka Exp $ */
/* $Id: parser.c,v 1.90 2001/11/07 04:25:19 marka Exp $ */
#include <config.h>
@@ -908,7 +908,6 @@ view_clauses[] = {
{ "recursion", &cfg_type_boolean, 0 },
{ "provide-ixfr", &cfg_type_boolean, 0 },
{ "request-ixfr", &cfg_type_boolean, 0 },
{ "try-edns", &cfg_type_boolean, 0 },
{ "fetch-glue", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
{ "rfc2308-type1", &cfg_type_boolean, CFG_CLAUSEFLAG_NYI },
{ "additional-from-auth", &cfg_type_boolean, 0 },