3051. [bug] NS records obsure DS records at the bottom of the

zone if both are present. [RT #23035]
This commit is contained in:
Mark Andrews
2011-03-02 04:47:11 +00:00
parent 103e16f85a
commit f890808aa3
2 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock.pl,v 1.18 2010/08/17 23:46:46 tbox Exp $
# $Id: testsock.pl,v 1.18.70.1 2011/03/02 04:47:11 marka Exp $
# Test whether the interfaces on 10.53.0.* are up.
@@ -47,5 +47,4 @@ foreach $id (@ids) {
or die sprintf("$0: bind(%s, %d): $!\n",
inet_ntoa($addr), $port);
close(SOCK);
sleep(1);
}