4387. [bug] Change 4336 was not complete leading to SERVFAIL

being return as NS records expired. [RT #42683]
This commit is contained in:
Mark Andrews
2016-06-22 15:26:38 +10:00
parent 96beefd76f
commit b56bd9b59f
8 changed files with 116 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -35,3 +35,7 @@ zone "example" {
file "example.db";
};
zone "tld" {
type master;
file "tld.db";
};