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

1274. [func] preferred-glue option from BIND 8.3.

This commit is contained in:
Mark Andrews
2002-04-26 00:40:37 +00:00
parent a04a323f9a
commit c4a9ce445c
10 changed files with 79 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: view.c,v 1.110 2002/03/07 13:46:33 marka Exp $ */
/* $Id: view.c,v 1.111 2002/04/26 00:40:32 marka Exp $ */
#include <config.h>
@@ -160,6 +160,7 @@ dns_view_create(isc_mem_t *mctx, dns_rdataclass_t rdclass,
view->maxcachettl = 7 * 24 * 3600;
view->maxncachettl = 3 * 3600;
view->dstport = 53;
view->preferred_glue = 0;
result = dns_order_create(view->mctx, &view->order);
if (result != ISC_R_SUCCESS)